chore: stop tests on failure

This commit is contained in:
Chirag Aggarwal
2025-03-18 03:46:14 +00:00
parent 5a5d43f3d0
commit 5f7ceecb30
+1 -1
View File
@@ -6,7 +6,7 @@
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
stopOnFailure="true"
>
<extensions>
<extension class="Appwrite\Tests\TestHook" />