From 1d08b2cb2a68c53d867110a8c3fb99cb1cb440fc Mon Sep 17 00:00:00 2001 From: Philipp Date: Mon, 24 May 2021 13:29:57 +0200 Subject: [PATCH] Fix tests --- .codecov.yml | 6 +++--- tests/phpunit.xml | 18 +++++++++--------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 0c54747c9..4d2921cc4 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -8,7 +8,7 @@ coverage: round: down range: "70...100" status: - project: off - patch: off + project: false + patch: false -comment: off +comment: false diff --git a/tests/phpunit.xml b/tests/phpunit.xml index c4197d3e4..0c5ad458a 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -8,7 +8,7 @@ timeoutForLargeTests="900"> functional/ - include/ + legacy/ src/ @@ -16,14 +16,14 @@ .. - config/ - doc/ - images/ - library/ - spec/ - tests/ - view/ - vendor/ + ../config/ + ../doc/ + ../images/ + ../library/ + ../spec/ + ../tests/ + ../view/ + ../vendor/