1
0
Fork 0
mirror of synced 2024-10-01 01:37:56 +13: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: volumes:
- ./app:/usr/src/code/app - ./app:/usr/src/code/app
- ./src:/usr/src/code/src - ./src:/usr/src/code/src
- # - ./vendor/utopia-php/database:/usr/src/code/vendor/utopia-php/database
depends_on: depends_on:
- redis - redis
- mariadb - mariadb

View file

@ -6,14 +6,14 @@
convertNoticesToExceptions="true" convertNoticesToExceptions="true"
convertWarningsToExceptions="true" convertWarningsToExceptions="true"
processIsolation="false" processIsolation="false"
stopOnFailure="true" stopOnFailure="false"
> >
<extensions> <extensions>
<extension class="Appwrite\Tests\TestHook" /> <extension class="Appwrite\Tests\TestHook" />
</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>