mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
f3508e1701
Conflicts: .gitmodules Dockerfile app/config/services.php app/config/specs/open-api3-latest-client.json app/config/specs/open-api3-latest-console.json app/config/specs/open-api3-latest-server.json app/config/specs/swagger2-latest-client.json app/config/specs/swagger2-latest-console.json app/config/specs/swagger2-latest-server.json app/console app/controllers/api/databases.php app/controllers/api/projects.php app/controllers/api/teams.php composer.json composer.lock src/Appwrite/Utopia/Response.php
42 lines
1.9 KiB
XML
42 lines
1.9 KiB
XML
<phpunit backupGlobals="false"
|
|
backupStaticAttributes="false"
|
|
bootstrap="app/init.php"
|
|
colors="true"
|
|
convertErrorsToExceptions="true"
|
|
convertNoticesToExceptions="true"
|
|
convertWarningsToExceptions="true"
|
|
processIsolation="false"
|
|
stopOnFailure="false"
|
|
>
|
|
<extensions>
|
|
<extension class="Appwrite\Tests\TestHook" />
|
|
</extensions>
|
|
<testsuites>
|
|
<testsuite name="unit">
|
|
<directory>./tests/unit</directory>
|
|
</testsuite>
|
|
<testsuite name="e2e">
|
|
<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/Console</directory>
|
|
<directory>./tests/e2e/Services/Realtime</directory>
|
|
<directory>./tests/e2e/Services/Avatars</directory>
|
|
<directory>./tests/e2e/Services/Databases</directory>
|
|
<directory>./tests/e2e/Services/GraphQL</directory>
|
|
<directory>./tests/e2e/Services/Health</directory>
|
|
<directory>./tests/e2e/Services/Locale</directory>
|
|
<directory>./tests/e2e/Services/Projects</directory>
|
|
<directory>./tests/e2e/Services/Storage</directory>
|
|
<directory>./tests/e2e/Services/Teams</directory>
|
|
<directory>./tests/e2e/Services/Users</directory>
|
|
<directory>./tests/e2e/Services/Webhooks</directory>
|
|
<directory>./tests/e2e/Services/Videos</directory>
|
|
<file>./tests/e2e/Services/Functions/FunctionsBase.php</file>
|
|
<file>./tests/e2e/Services/Functions/FunctionsCustomServerTest.php</file>
|
|
<file>./tests/e2e/Services/Functions/FunctionsCustomClientTest.php</file>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|