From 76813d351be4f7d7feb3f6c9b6bb713ddc94586b Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 13 Dec 2020 14:51:56 -0700 Subject: [PATCH] Update phpunit config --- phpunit.xml | 61 +++++++++++++++++++++++++++-------------------------- 1 file changed, 31 insertions(+), 30 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 9ee3e7347..2d9fa2676 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,32 +1,33 @@ - - - - ./tests/Feature - - - - ./tests/Unit - - - - - ./app - - - - - - - - - + + + + ./app + + + + + ./tests/Feature + + + ./tests/Unit + + + + + + + + +