From d83ed2d0ebda36543450fbb9f9a1b4cfa06a1647 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Tue, 7 Nov 2023 22:52:23 +0100 Subject: [PATCH] Improve indentation in phpunit --- phpunit.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 432a377..9f8ad16 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -17,14 +17,14 @@ testdox="true" timeoutForSmallTests="1" timeoutForMediumTests="10" timeoutForLargeTests="60" verbose="true"> - - - tests/ - - - - - src - - + + + tests/ + + + + + src + +