1
0
Fork 0
mirror of synced 2024-07-04 22:20:45 +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> </extensions>
<testsuites> <testsuites>
<testsuite name="unit"> <testsuite name="unit">
<directory>./tests/unit/</directory> <!-- <directory>./tests/unit/</directory> -->
</testsuite> </testsuite>
<testsuite name="e2e"> <testsuite name="e2e">
<file>./tests/e2e/Client.php</file> <!-- <file>./tests/e2e/Client.php</file>
<directory>./tests/e2e/General</directory> <directory>./tests/e2e/General</directory>
<directory>./tests/e2e/Scopes</directory> <directory>./tests/e2e/Scopes</directory> -->
<!-- <directory>./tests/e2e/Services/Account</directory> <directory>./tests/e2e/Services/Account</directory>
<directory>./tests/e2e/Services/Avatars</directory> <!-- <directory>./tests/e2e/Services/Avatars</directory>
<directory>./tests/e2e/Services/Database</directory> <directory>./tests/e2e/Services/Database</directory>
<directory>./tests/e2e/Services/Health</directory> <directory>./tests/e2e/Services/Health</directory>
<directory>./tests/e2e/Services/Locale</directory> <directory>./tests/e2e/Services/Locale</directory>
@ -30,9 +30,9 @@
<directory>./tests/e2e/Services/Users</directory> <directory>./tests/e2e/Services/Users</directory>
<directory>./tests/e2e/Services/Workers</directory> <directory>./tests/e2e/Services/Workers</directory>
<directory>./tests/e2e/Services/Webhooks</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/FunctionsCustomServerTest.php</file>
<file>./tests/e2e/Services/Functions/FunctionsCustomClientTest.php</file> <file>./tests/e2e/Services/Functions/FunctionsCustomClientTest.php</file> -->
</testsuite> </testsuite>
</testsuites> </testsuites>
</phpunit> </phpunit>