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