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 --- .gitignore | 1 + phpunit.xml | 46 ++++++++++++++++++++++++---------------------- 2 files changed, 25 insertions(+), 22 deletions(-) diff --git a/.gitignore b/.gitignore index 8e4713eb1..89b9ac989 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ js/build js/*.xml .rvm *.clover +.phpunit.result.cache # python PKG-INFO 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