From c2a3d527df4b351d02d41918a534c6e849faf192 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Wed, 28 Apr 2021 11:04:44 +0200 Subject: [PATCH] tests: revert debug changes --- .travis.yml | 6 +----- phpunit.xml | 14 ++++---------- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/.travis.yml b/.travis.yml index 024402ddd1..6857dad886 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,11 +37,7 @@ script: - docker-compose logs appwrite-worker-functions - docker-compose exec appwrite doctor - docker-compose exec appwrite vars -- docker-compose exec appwrite test --debug --testsuite unit -- docker-compose exec appwrite test --debug --testsuite e2e -- docker-compose exec appwrite test --debug --testsuite webhooks -- docker-compose exec appwrite test --debug --testsuite functions -- docker-compose exec appwrite test --debug --testsuite services +- docker-compose exec appwrite test --debug deploy: - provider: script diff --git a/phpunit.xml b/phpunit.xml index df3655fd18..6be2d27d7b 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -19,16 +19,6 @@ ./tests/e2e/Client.php ./tests/e2e/General ./tests/e2e/Scopes - - - ./tests/e2e/Services/Webhooks - - - ./tests/e2e/Services/Functions/FunctionsBase.php - ./tests/e2e/Services/Functions/FunctionsCustomServerTest.php - ./tests/e2e/Services/Functions/FunctionsCustomClientTest.php - - ./tests/e2e/Services/Projects ./tests/e2e/Services/Account ./tests/e2e/Services/Avatars @@ -39,6 +29,10 @@ ./tests/e2e/Services/Teams ./tests/e2e/Services/Users ./tests/e2e/Services/Workers + ./tests/e2e/Services/Webhooks + ./tests/e2e/Services/Functions/FunctionsBase.php + ./tests/e2e/Services/Functions/FunctionsCustomServerTest.php + ./tests/e2e/Services/Functions/FunctionsCustomClientTest.php \ No newline at end of file