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
+2 -2
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>