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:05:36 +05:30 committed by GitHub
parent eb6b8d408a
commit c64ece41e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
convertNoticesToExceptions="true" convertNoticesToExceptions="true"
convertWarningsToExceptions="true" convertWarningsToExceptions="true"
processIsolation="false" processIsolation="false"
stopOnFailure="true" stopOnFailure="false"
> >
<extensions> <extensions>
<extension class="Appwrite\Tests\TestHook" /> <extension class="Appwrite\Tests\TestHook" />
@ -35,4 +35,4 @@
<file>./tests/e2e/Services/Functions/FunctionsCustomClientTest.php</file> <file>./tests/e2e/Services/Functions/FunctionsCustomClientTest.php</file>
</testsuite> </testsuite>
</testsuites> </testsuites>
</phpunit> </phpunit>