From ca1efec9a6eea6ad2376d311c246ee5f181b0c34 Mon Sep 17 00:00:00 2001 From: Saade Date: Wed, 15 Feb 2023 17:08:07 -0300 Subject: [PATCH] migrate phpunit configuration --- phpunit.xml | 67 ++++++++++++++++++++++++----------------------------- 1 file changed, 30 insertions(+), 37 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 934fd431..387609a2 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,39 +1,32 @@ - - - - ./tests - - - - - ./src - - ./src/routes.php - ./src/Vite.php - - - - - - - - - - - - - - - - - + + + + ./src + + + ./src/routes.php + ./src/Vite.php + + + + + + + + + ./tests + + + + + + + + + + + + +