diff --git a/phpunit.xml b/phpunit.xml index 975b54962..d39dde651 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -6,7 +6,7 @@ convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" - stopOnFailure="false" + stopOnFailure="true" > @@ -21,6 +21,7 @@ ./tests/e2e/Scopes ./tests/e2e/Services/Teams ./tests/e2e/Services/Realtime + ./tests/e2e/Services/Webhooks ./tests/e2e/Services/Account ./tests/e2e/Services/Users ./tests/e2e/Services/Console @@ -31,7 +32,6 @@ ./tests/e2e/Services/Locale ./tests/e2e/Services/Projects ./tests/e2e/Services/Storage - ./tests/e2e/Services/Webhooks ./tests/e2e/Services/Functions/FunctionsBase.php ./tests/e2e/Services/Functions/FunctionsCustomServerTest.php ./tests/e2e/Services/Functions/FunctionsCustomClientTest.php