From 51bda4ba34199ec9b84b6cea908f6674bf29c00a Mon Sep 17 00:00:00 2001 From: Saade Date: Wed, 15 Feb 2023 17:09:00 -0300 Subject: [PATCH] migrate phpunit configuration --- phpunit.xml | 60 +++++++++++++++++++++++------------------------------ 1 file changed, 26 insertions(+), 34 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index c888838..40b645f 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,35 +1,27 @@ - - - - ./tests - - - - - ./src - - ./src/routes.php - - - - - - - - - - - - - - - \ No newline at end of file + + + + ./src + + + ./src/routes.php + + + + + ./tests + + + + + + + + + + + + + +