diff --git a/composer.json b/composer.json index fbf01ee..b3e65cd 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ }, "autoload-dev": { "psr-4": { - "Mp3000mp\\TOSBundle\\Tests\\": "tests/" + "Mp3000mp\\TOSBundle\\Tests\\": "Tests/" } }, "keywords": [ @@ -45,7 +45,7 @@ "cs": "php-cs-fixer fix --dry-run --allow-risky=yes --config=./.php_cs.dist", "csf": "php-cs-fixer fix --allow-risky=yes --config=./.php_cs.dist", "ps": "phpstan analyse -c phpstan.neon", - "tu": "phpunit --no-coverage --testdox ./tests/", - "tuc": "phpunit --testdox ./tests/" + "tu": "phpunit --no-coverage --testdox", + "tuc": "phpunit --testdox" } }