diff --git a/web/phpunit-coverage.xml b/web/phpunit-coverage.xml index 6cdba50..95310f5 100644 --- a/web/phpunit-coverage.xml +++ b/web/phpunit-coverage.xml @@ -3,6 +3,9 @@ xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd" bootstrap="vendor/autoload.php" stopOnFailure="true" + stopOnDefect="true" + stopOnError="true" + stopOnIncomplete="true" colors="true" > diff --git a/web/phpunit.xml b/web/phpunit.xml index ee4d19b..18feef9 100644 --- a/web/phpunit.xml +++ b/web/phpunit.xml @@ -3,6 +3,9 @@ xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd" bootstrap="vendor/autoload.php" stopOnFailure="true" + stopOnDefect="true" + stopOnError="true" + stopOnIncomplete="true" colors="true" >