From f7b43501afa339dd11abca62c5e8eaa9a2c67d4e Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Fri, 8 Jan 2021 22:45:43 +0100 Subject: Fix nc 21 phpunit issue --- phpunit.xml | 48 +++++++++++++++++++++++++----------------------- 1 file changed, 25 insertions(+), 23 deletions(-) (limited to 'phpunit.xml') diff --git a/phpunit.xml b/phpunit.xml index 9c52c7234..6a2f2d01b 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,25 +1,27 @@ - - - - ./lib/ - - - ./lib/AppInfo/Application.php - ./lib/Controller/JSONHttpErrorTrait.php - ./lib/**Exception.php - - - - - - - - - ./tests/Unit - - - - - + + + + ./tests/Unit + + + + + ./lib/ + + + ./lib/AppInfo/Application.php + ./lib/Controller/JSONHttpErrorTrait.php + ./lib/**Exception.php + + + + + + + + + + -- cgit v1.2.3