1
0
Fork 0
mirror of synced 2024-09-29 17:01:37 +13:00

revert: phpunit stop on failure

This commit is contained in:
Torsten Dittmann 2024-01-24 15:33:18 +01:00
parent 88cf7ea9e8
commit 50510d9f87

View file

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