diff --git a/composer.json b/composer.json index e07f270..ece4fa4 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ } }, "scripts": { - "test": "phpunit --do-not-fail-on-warning || exit 0", + "test": "phpunit", "phpstan": "phpstan analyse", "cs-fix": "php-cs-fixer fix --verbose", "cs-check": "php-cs-fixer fix --verbose --dry-run", diff --git a/phpunit.xml b/phpunit.xml index a696c19..7a68337 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -33,10 +33,4 @@ src - - - - - - \ No newline at end of file