1
0
Fork 0
mirror of synced 2024-07-07 23:46:11 +12:00

Disable stop on failure

This commit is contained in:
Jake Barnby 2023-03-24 18:59:26 +13:00
parent f6aa4a4ab1
commit c4b11afd08
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

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