From 6b5a75ff847d8e83fb7a73ebd12b9cf1e18ee86d Mon Sep 17 00:00:00 2001 From: shimon Date: Sun, 14 Aug 2022 10:35:37 +0300 Subject: [PATCH] test debuging --- phpunit.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 5379852718..2b5b54638c 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -6,14 +6,14 @@ convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" - stopOnFailure="false" - > + stopOnFailure="true" +> - ./tests/unit + ./tests/unit/ ./tests/e2e/Client.php @@ -35,4 +35,4 @@ ./tests/e2e/Services/Functions/FunctionsCustomClientTest.php - + \ No newline at end of file