From 5795cf67ed365793abcb796b3dd2c9ac65916a13 Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Sun, 17 Nov 2024 12:29:20 +1100 Subject: [PATCH] Reformatted PHPUnit config. --- phpunit.xml | 65 ++++++++++++++++++++++++++++++++--------------------- 1 file changed, 40 insertions(+), 25 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 3f42245..31c910c 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,27 +1,42 @@ - - - - tests/phpunit - - - - - - src - - - php-script - - - - tests - - - - - - - - + + + + tests/phpunit + + + + + + src + + + php-script + + + + tests + + + + + + + +