From 9b4a170fa8aeffc5a39656e940e3332fe51f03c4 Mon Sep 17 00:00:00 2001 From: Carlos Date: Sat, 7 Nov 2020 16:17:29 -0500 Subject: [PATCH] Update: phpunit.xml Schema to 9.3 with --migrate-configuration --- phpunit.xml | 102 ++++++++++++++++++++++++---------------------------- 1 file changed, 47 insertions(+), 55 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index c9a2471db..e9b272339 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,57 +1,49 @@ - - - - ./Modules/Core/Tests/ - - - ./Modules/Dashboard/Tests/ - - - ./Modules/Media/Tests/ - - - ./Modules/Menu/Tests/ - - - ./Modules/Page/Tests/ - - - ./Modules/Setting/Tests/ - - - ./Modules/Tag/Tests/ - - - ./Modules/Translation/Tests/ - - - ./Modules/User/Tests/ - - - ./Modules/Workshop/Tests/ - - - - - ./app - - - - - - - - - - - + + + + ./app + + + + + ./Modules/Core/Tests/ + + + ./Modules/Dashboard/Tests/ + + + ./Modules/Media/Tests/ + + + ./Modules/Menu/Tests/ + + + ./Modules/Page/Tests/ + + + ./Modules/Setting/Tests/ + + + ./Modules/Tag/Tests/ + + + ./Modules/Translation/Tests/ + + + ./Modules/User/Tests/ + + + ./Modules/Workshop/Tests/ + + + + + + + + + + +