Update PHPUnit configuration to disable stopOnFailure

This commit is contained in:
shimon 2025-11-26 17:39:31 +02:00
parent 830eda7460
commit 4dc4cc2c11

View file

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