stopOnFailure false

This commit is contained in:
fogelito 2026-02-01 15:52:29 +02:00
parent e760a1386b
commit 05e1bb242f

View file

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