From 9cd32427ae70650d32bd179c9c36778790cf22ff Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Fri, 7 Aug 2020 10:40:46 +0200 Subject: [PATCH] Migrate phpunit configuration for 9.3.x 9.3.x renamed some options from offensive white and blacklist to include and exclude. As we don't want to wait until they get removed in v10, we adjust the configuration now. --- phpunit.xml.dist | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 459c34e..858b92f 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,4 +1,7 @@ + + verbose="false" + > @@ -22,11 +26,11 @@ - - + + Classes - - + +