From 67bd9ecede80d7159ac26e84b3ebce5c04d8a1ca Mon Sep 17 00:00:00 2001 From: Christian Leucht Date: Mon, 18 Sep 2023 15:49:08 +0200 Subject: [PATCH] add output for phpunit. --- phpunit.xml.dist | 44 +++++++++++++++++++++++++------------------- 1 file changed, 25 insertions(+), 19 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 0ade292..4b74d86 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,21 +1,27 @@ - - - - src - - - tests - vendor - - - - - - - - tests/phpunit/Unit - - - + + + + src + + + tests + vendor + + + + + + + + tests/phpunit/Unit + + + + +