From 74447816a4f319706590c217ab0af72e84aa6a8d Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Tue, 23 Mar 2021 18:12:46 +0100 Subject: [PATCH] Fix casing of core test folder It seems Phpunit < 9 was case insensitive. Fixed the phpunit config to target the correct name for the "Core" test directory. Signed-off-by: Vincent Petry --- tests/phpunit-autotest.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/phpunit-autotest.xml b/tests/phpunit-autotest.xml index 17b0b62c0b..2d7b3ed01c 100644 --- a/tests/phpunit-autotest.xml +++ b/tests/phpunit-autotest.xml @@ -8,7 +8,7 @@ > lib/ - core/ + Core/ ocs-provider/ apps.php @@ -32,4 +32,3 @@ -