From fabc01e4fd4c7ea42cc0ef0fbb7d18237f361285 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 29 May 2021 09:31:48 +0200 Subject: [PATCH] [ticket/16786] Migrate phpunit xml configuration to latest schema PHPBB3-16786 --- phpunit.xml.dist | 55 ++++++++++++++++++++++++------------------------ 1 file changed, 27 insertions(+), 28 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 6888fe0357..722d67774a 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,6 +1,7 @@ - - - - - ./tests - ./tests/functional - ./tests/lint_test.php - - - ./tests/functional - - - ./tests/lint_test.php - - - - - - slow - - - - - - ./phpBB/includes/ - ./phpBB/phpbb/ - - + + + ./phpBB/includes/ + ./phpBB/phpbb/ + + + + + ./tests + ./tests/functional + ./tests/lint_test.php + + + ./tests/functional + + + ./tests/lint_test.php + + + + + slow + +