1
0
Fork 0
mirror of synced 2024-07-04 14:10:33 +12:00

feat: disable stop on failure

This commit is contained in:
Christy Jacob 2022-07-16 11:05:25 +05:30
parent 2baeac04d1
commit 90c615075e

View file

@ -6,7 +6,7 @@
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="true"
stopOnFailure="false"
>
<extensions>
<extension class="Appwrite\Tests\TestHook" />