From 0091e21630dce0d3e6ceaf8f4f9c5532273c0ea7 Mon Sep 17 00:00:00 2001 From: Bozhidar Date: Tue, 14 May 2024 18:10:13 +0300 Subject: [PATCH] update --- web/phpunit-coverage.xml | 3 +++ web/phpunit.xml | 3 +++ 2 files changed, 6 insertions(+) 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" >