2019-05-09 06:54:39 +00:00
|
|
|
<phpunit backupGlobals="false"
|
|
|
|
|
backupStaticAttributes="false"
|
2022-09-14 08:17:08 +00:00
|
|
|
bootstrap="app/init.php"
|
2019-05-09 06:54:39 +00:00
|
|
|
colors="true"
|
|
|
|
|
convertErrorsToExceptions="true"
|
|
|
|
|
convertNoticesToExceptions="true"
|
|
|
|
|
convertWarningsToExceptions="true"
|
|
|
|
|
processIsolation="false"
|
2024-12-19 14:57:54 +00:00
|
|
|
stopOnFailure="false"
|
2022-08-14 07:35:37 +00:00
|
|
|
>
|
2021-03-21 14:27:50 +00:00
|
|
|
<extensions>
|
|
|
|
|
<extension class="Appwrite\Tests\TestHook" />
|
|
|
|
|
</extensions>
|
2019-05-09 06:54:39 +00:00
|
|
|
<testsuites>
|
2021-04-26 09:34:15 +00:00
|
|
|
<testsuite name="unit">
|
2022-08-27 03:23:39 +00:00
|
|
|
<directory>./tests/unit</directory>
|
2021-04-26 09:34:15 +00:00
|
|
|
</testsuite>
|
2021-04-26 10:12:49 +00:00
|
|
|
<testsuite name="e2e">
|
|
|
|
|
<file>./tests/e2e/Client.php</file>
|
|
|
|
|
<directory>./tests/e2e/General</directory>
|
|
|
|
|
<directory>./tests/e2e/Scopes</directory>
|
2023-10-17 22:36:50 +00:00
|
|
|
<directory>./tests/e2e/Services/Teams</directory>
|
|
|
|
|
<directory>./tests/e2e/Services/Realtime</directory>
|
2021-03-13 14:06:34 +00:00
|
|
|
<directory>./tests/e2e/Services/Account</directory>
|
2023-10-17 22:36:50 +00:00
|
|
|
<directory>./tests/e2e/Services/Users</directory>
|
2023-03-31 15:14:59 +00:00
|
|
|
<directory>./tests/e2e/Services/Console</directory>
|
2021-03-13 14:06:34 +00:00
|
|
|
<directory>./tests/e2e/Services/Avatars</directory>
|
2022-06-22 10:51:49 +00:00
|
|
|
<directory>./tests/e2e/Services/Databases</directory>
|
2022-06-20 01:15:02 +00:00
|
|
|
<directory>./tests/e2e/Services/GraphQL</directory>
|
2021-03-13 14:06:34 +00:00
|
|
|
<directory>./tests/e2e/Services/Health</directory>
|
|
|
|
|
<directory>./tests/e2e/Services/Locale</directory>
|
2021-05-04 15:24:33 +00:00
|
|
|
<directory>./tests/e2e/Services/Projects</directory>
|
2021-03-13 14:06:34 +00:00
|
|
|
<directory>./tests/e2e/Services/Storage</directory>
|
2021-04-28 09:04:44 +00:00
|
|
|
<directory>./tests/e2e/Services/Webhooks</directory>
|
2023-08-23 10:01:29 +00:00
|
|
|
<directory>./tests/e2e/Services/Messaging</directory>
|
2024-10-30 05:23:24 +00:00
|
|
|
<directory>./tests/e2e/Services/Migrations</directory>
|
2021-04-28 09:04:44 +00:00
|
|
|
<file>./tests/e2e/Services/Functions/FunctionsBase.php</file>
|
|
|
|
|
<file>./tests/e2e/Services/Functions/FunctionsCustomServerTest.php</file>
|
|
|
|
|
<file>./tests/e2e/Services/Functions/FunctionsCustomClientTest.php</file>
|
2019-05-09 06:54:39 +00:00
|
|
|
</testsuite>
|
|
|
|
|
</testsuites>
|
2022-05-25 21:35:04 +00:00
|
|
|
</phpunit>
|