From 31fdd75d164ab661d1dfa7860c3ff64c54b4b431 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Wed, 15 Feb 2023 14:49:21 +0100 Subject: [PATCH] Migrate PHPUnit XML config using "--migrate-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 + + + + + + + + + + + + + +