From 6cbd2b89a902f220def445030050f2f09c2c9176 Mon Sep 17 00:00:00 2001 From: Niels Vanpachtenbeke <10651054+Nielsvanpach@users.noreply.github.com> Date: Tue, 21 Dec 2021 10:44:25 +0100 Subject: [PATCH] migrate phpunit config XML configuration validated against a deprecated schema --- phpunit.xml.dist | 57 +++++++++++++++++++++++++----------------------- 1 file changed, 30 insertions(+), 27 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index a3c0a69..8777115 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,29 +1,32 @@ - - - - tests - - - - - src/ - - - - - - - - - + + + + src/ + + + + + + + + + + tests + + + + +