From 08d98581aa9d7a1d09309ad6e02711e689b118d2 Mon Sep 17 00:00:00 2001 From: Lance Pioch Date: Sat, 23 Mar 2024 12:32:10 -0400 Subject: [PATCH] Migrate config --- phpunit.xml | 55 ++++++++++++++++++++++++----------------------------- 1 file changed, 25 insertions(+), 30 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index c38a0f695..a3f699ebd 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,32 +1,27 @@ - - - - ./app - - - - - ./tests/Integration - - - ./tests/Unit - - - - - - - - - - - - - + + + + ./tests/Integration + + + ./tests/Unit + + + + + + + + + + + + + + + + ./app + +