From c501dc61dc688dd8a48e50826f278682c85b093d Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Wed, 18 Oct 2023 02:58:29 +0400 Subject: [PATCH] chore: re-order tests --- phpunit.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 975b54962a..d39dde6514 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