1
0
Fork 0
mirror of synced 2024-07-03 13:41:01 +12:00

update test : set stopOnFailure to false

This commit is contained in:
Everly Precia Suresh 2022-05-25 21:13:39 +00:00
parent 59c7192452
commit 11ce5aac4a

View file

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