diff --git a/composer.json b/composer.json index b9c0f09..02724de 100644 --- a/composer.json +++ b/composer.json @@ -25,6 +25,7 @@ }, "scripts": { "test": "vendor/bin/phpunit", + "test-coverage": "phpunit --coverage-html coverage", "format": "vendor/bin/php-cs-fixer fix --allow-risky=yes" }, "autoload-dev": { diff --git a/phpunit.xml b/phpunit.xml index c54de03..b8078e2 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -19,9 +19,6 @@ - - ./tests/Unit - ./tests/Feature