1
0
Fork 0
mirror of synced 2024-07-02 21:20:58 +12:00

feat(tests): check for failing test

This commit is contained in:
Christy Jacob 2021-09-16 11:08:21 +05:30
parent 43d5d67f43
commit f8067b9cfb

View file

@ -13,14 +13,14 @@
</extensions>
<testsuites>
<testsuite name="unit">
<directory>./tests/unit/</directory>
<!-- <directory>./tests/unit/</directory> -->
</testsuite>
<testsuite name="e2e">
<file>./tests/e2e/Client.php</file>
<!-- <file>./tests/e2e/Client.php</file>
<directory>./tests/e2e/General</directory>
<directory>./tests/e2e/Scopes</directory>
<!-- <directory>./tests/e2e/Services/Account</directory>
<directory>./tests/e2e/Services/Avatars</directory>
<directory>./tests/e2e/Scopes</directory> -->
<directory>./tests/e2e/Services/Account</directory>
<!-- <directory>./tests/e2e/Services/Avatars</directory>
<directory>./tests/e2e/Services/Database</directory>
<directory>./tests/e2e/Services/Health</directory>
<directory>./tests/e2e/Services/Locale</directory>
@ -30,9 +30,9 @@
<directory>./tests/e2e/Services/Users</directory>
<directory>./tests/e2e/Services/Workers</directory>
<directory>./tests/e2e/Services/Webhooks</directory> -->
<file>./tests/e2e/Services/Functions/FunctionsBase.php</file>
<!-- <file>./tests/e2e/Services/Functions/FunctionsBase.php</file>
<file>./tests/e2e/Services/Functions/FunctionsCustomServerTest.php</file>
<file>./tests/e2e/Services/Functions/FunctionsCustomClientTest.php</file>
<file>./tests/e2e/Services/Functions/FunctionsCustomClientTest.php</file> -->
</testsuite>
</testsuites>
</phpunit>