diff --git a/composer.json b/composer.json index fb6d5959..33128d07 100644 --- a/composer.json +++ b/composer.json @@ -50,6 +50,9 @@ "Tests\\Fixtures\\Arch\\": "tests/Fixtures/Arch", "Tests\\": "tests/PHPUnit/" }, + "classmap": [ + "tests/Fixtures/Arch/ToBeCasedCorrectly/IncorrectCasing/incorrectCasing.php" + ], "files": [ "tests/Autoload.php" ]