1
0
Fork 0
mirror of synced 2024-06-14 16:54:52 +12:00

update test : set stopOnFailure to false

This commit is contained in:
Everly Precia Suresh 2022-05-26 03:05:04 +05:30 committed by GitHub
parent 8f624e115b
commit 0512c7f22f
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" />
@ -35,4 +35,4 @@
<file>./tests/e2e/Services/Functions/FunctionsCustomClientTest.php</file>
</testsuite>
</testsuites>
</phpunit>
</phpunit>