From 3db2f88a0f2ce03bb9b3b8f193c6f905af0161df Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Wed, 21 Feb 2024 13:19:52 +0100 Subject: [PATCH] chore: migrate phpunit config-files to PHPUnit 9 --- phpunit.ci.xml | 33 ++++++++++++++---------- phpunit.xml.dist | 65 +++++++++++++++++++++++++++--------------------- 2 files changed, 56 insertions(+), 42 deletions(-) diff --git a/phpunit.ci.xml b/phpunit.ci.xml index 226124b1..2fc9addc 100644 --- a/phpunit.ci.xml +++ b/phpunit.ci.xml @@ -1,11 +1,15 @@ - - + - ./Tests + ./Tests + @@ -14,20 +18,23 @@ - - + + + ./ - - ./Resources - ./Tests - ./vendor - - - + + + ./Resources + ./Tests + ./vendor + + + functional - + + \ No newline at end of file diff --git a/phpunit.xml.dist b/phpunit.xml.dist index aaab0ee2..14bfd770 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,32 +1,39 @@ + + + + ./Tests + + + + + + + + + + + + + + + ./ + + + ./Resources + ./Tests + ./vendor + + + + + + functional + + - - - - ./Tests - - - - - - - - - - - - - ./ - - ./Resources - ./Tests - ./vendor - - - - - - functional - -