diff --git a/composer.json b/composer.json index 1e38582f..a3eca79b 100644 --- a/composer.json +++ b/composer.json @@ -52,7 +52,7 @@ ], "phpcs": "phpcs", "phpcbf": "phpcbf", - "test": "phpunit --coverage-clover build/logs/clover.xml -c phpunit.xml.dist --colors=always", + "test": "phpunit", "phpstan": "phpstan analyse ./src" }, "prefer-stable": true,