From f2eacb67c55a4895f503acc3ca738ce1085d3bcb Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Sat, 10 Oct 2020 10:36:21 +0200 Subject: Migrate phpunit.xml Signed-off-by: Benjamin Brahmer --- phpunit.xml | 46 ++++++++++++++++++++++++---------------------- 1 file changed, 24 insertions(+), 22 deletions(-) (limited to 'phpunit.xml') diff --git a/phpunit.xml b/phpunit.xml index c5c549579..9c52c7234 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,23 +1,25 @@ - - - - ./tests/Unit - - - - - ./lib/ - - ./lib/AppInfo/Application.php - ./lib/Controller/JSONHttpErrorTrait.php - ./lib/**Exception.php - ./lib/Migration/**.php - - - - - - - - + + + + + ./lib/ + + + ./lib/AppInfo/Application.php + ./lib/Controller/JSONHttpErrorTrait.php + ./lib/**Exception.php + + + + + + + + + ./tests/Unit + + + + + -- cgit v1.2.3