1
0
Fork 0
mirror of synced 2024-10-03 19:53:33 +13: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" convertNoticesToExceptions="true"
convertWarningsToExceptions="true" convertWarningsToExceptions="true"
processIsolation="false" processIsolation="false"
stopOnFailure="true" stopOnFailure="false"
> >
<extensions> <extensions>
<extension class="Appwrite\Tests\TestHook" /> <extension class="Appwrite\Tests\TestHook" />