diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/composer.json b/composer.json index b472542..07ee1e7 100644 --- a/composer.json +++ b/composer.json @@ -56,9 +56,8 @@ ] }, "autoload-dev": { - "files": [ - "tests/TestCase.php", - "tests/_files/BankAccountTest.php" + "classmap": [ + "tests/" ] }, "extra": { |