From 472944462273c6d2a034b2de9858a9ad760d2489 Mon Sep 17 00:00:00 2001 From: shimon Date: Wed, 17 Aug 2022 12:52:50 +0300 Subject: [PATCH] fix --- docker-compose.yml | 1 + phpunit.xml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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