From 0e8b2ffb8b1540c44b210816e47c66e091c52544 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Fri, 8 Apr 2022 14:25:56 -0700 Subject: [PATCH] Updated and formated phpunit.xml --- phpunit.xml | 42 +++++++++++++++++++++++------------------- 1 file changed, 23 insertions(+), 19 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index f033114..0962525 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,24 +1,28 @@ - - - - app/ - - - app/cache - app/config - app/vendor - - - - - tests/ - - - - - + + + app/ + + + + app/cache + app/config + app/vendor + + + + + + tests/ + + + + + +