From d5beb05206aa07bef2d583462872aee0a26e9cf8 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Tue, 4 May 2021 17:24:33 +0200 Subject: [PATCH] tests(project): change test order for influxdb to have a database --- phpunit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit.xml b/phpunit.xml index 6be2d27d7b..f0a2813f5a 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -19,12 +19,12 @@ ./tests/e2e/Client.php ./tests/e2e/General ./tests/e2e/Scopes - ./tests/e2e/Services/Projects ./tests/e2e/Services/Account ./tests/e2e/Services/Avatars ./tests/e2e/Services/Database ./tests/e2e/Services/Health ./tests/e2e/Services/Locale + ./tests/e2e/Services/Projects ./tests/e2e/Services/Storage ./tests/e2e/Services/Teams ./tests/e2e/Services/Users