1
0
Fork 0
mirror of synced 2024-09-30 09:18:14 +13:00

fix: accidental phpunit configuration change

This commit is contained in:
Torsten Dittmann 2022-01-18 12:10:58 +01:00
parent 446bb82823
commit a811814cc0

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" />