Revert stop on failure

This commit is contained in:
Jake Barnby
2025-08-19 03:24:08 +12:00
parent e58091d86b
commit 0e334e64f9
+1 -1
View File
@@ -6,7 +6,7 @@
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="true"
stopOnFailure="false"
>
<extensions>
<extension class="Appwrite\Tests\TestHook" />