Update phpunit.xml

This commit is contained in:
Matej Bačo 2025-02-04 10:51:44 +01:00
parent 66c4003789
commit d272a474ab

View file

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