From 246062b36a37acee419735ecca8f1da0d2b5c65c Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Thu, 22 Dec 2022 15:48:36 +0100 Subject: [PATCH] tests: migrate phpunit config-file --- phpunit.xml.dist | 36 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 2d684b29..05cd3a3a 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,19 +1,21 @@ - - - - ./Tests - - - - - - ./ - - ./Resources/ - ./Tests/ - ./vendor/ - - - + + + + ./ + + + ./Resources/ + ./Tests/ + ./vendor/ + + + + + ./Tests + +