revert: phpunit stop on failure

This commit is contained in:
Torsten Dittmann
2024-01-08 17:56:01 +01:00
parent 6e65f2c943
commit 2cb1e96644
+1 -1
View File
@@ -6,7 +6,7 @@
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="true"
stopOnFailure="false"
>
<extensions>
<extension class="Appwrite\Tests\TestHook" />