1
0
Fork 0
mirror of synced 2024-07-05 22:51:24 +12:00

update test : set stopOnFailure to false

This commit is contained in:
Everly Precia Suresh 2022-05-26 03:04:21 +05:30 committed by GitHub
parent 6ceef6a573
commit 92af7f37c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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