1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12: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"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="true"
stopOnFailure="false"
>
<extensions>
<extension class="Appwrite\Tests\TestHook" />