From c4d7dc31d520062586d60575f1e993e3b5120841 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Fri, 17 Feb 2023 09:47:41 +0000 Subject: [PATCH] Update php unit config --- phpunit.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 9594be5d..29e2843f 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -7,13 +7,21 @@ > - ./tests/Unit + ./tests/Unit - ./tests/Feature + ./tests/Feature + + + ./app + + + + + @@ -25,12 +33,4 @@ - - - ./app - - - - -