1
0
Fork 0
mirror of synced 2024-06-14 08:44:49 +12:00
This commit is contained in:
shimon 2022-08-17 12:52:50 +03:00
parent 835ef0ffc1
commit 4729444622
2 changed files with 3 additions and 2 deletions

View file

@ -327,6 +327,7 @@ services:
volumes:
- ./app:/usr/src/code/app
- ./src:/usr/src/code/src
- # - ./vendor/utopia-php/database:/usr/src/code/vendor/utopia-php/database
depends_on:
- redis
- mariadb

View file

@ -6,14 +6,14 @@
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="true"
stopOnFailure="false"
>
<extensions>
<extension class="Appwrite\Tests\TestHook" />
</extensions>
<testsuites>
<testsuite name="unit">
<directory>./tests/unit/</directory>
<directory>./tests/unit</directory>
</testsuite>
<testsuite name="e2e">
<file>./tests/e2e/Client.php</file>