From a9534019992bfb6ae0092196e237e829385d3c7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Mon, 9 May 2022 11:49:52 +0200 Subject: [PATCH] Migrate phpunit configuration to new format MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: Warning: Your XML configuration validates against a deprecated schema. Suggestion: Migrate your XML configuration using "--migrate-configuration"! Signed-off-by: Côme Chilliet --- tests/phpunit-autotest.xml | 41 +++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/tests/phpunit-autotest.xml b/tests/phpunit-autotest.xml index 91b346a5a29..d2d45b50db7 100644 --- a/tests/phpunit-autotest.xml +++ b/tests/phpunit-autotest.xml @@ -1,34 +1,33 @@ - - - lib/ - Core/ - Test/ + xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"> + + lib/ + Core/ + Test/ apps.php - - - - + + .. - - ../3rdparty - ../apps/*/composer - ../apps/*/tests - ../apps/files_external/3rdparty - ../build - ../lib/composer - ../tests - - - + + + ../3rdparty + ../apps/*/composer + ../apps/*/tests + ../apps/files_external/3rdparty + ../build + ../lib/composer + ../tests + +