Merge pull request #3822 from appwrite/feat-stop-test-on-fail

Stop tests on failure
This commit is contained in:
Eldad A. Fux
2022-09-13 21:54:59 +03:00
committed by GitHub
+1 -1
View File
@@ -6,7 +6,7 @@
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
stopOnFailure="true"
>
<extensions>
<extension class="Appwrite\Tests\TestHook" />