diff --git a/docker-compose.yml b/docker-compose.yml index 3fe07cb87f..db3192a0e0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 diff --git a/phpunit.xml b/phpunit.xml index 2b5b54638c..9494f29152 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -6,14 +6,14 @@ convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" - stopOnFailure="true" + stopOnFailure="false" > - ./tests/unit/ + ./tests/unit ./tests/e2e/Client.php