From 6fe3f91bdc2e43f239bab6fed27f7a782cee4bb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Tue, 4 Jun 2019 13:57:38 +0200 Subject: [PATCH 1/3] Enhancement: Reference phpunit.xsd --- phpunit.xml.dist | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 9c2f2cb7..269d0e07 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,6 +1,8 @@ - Date: Tue, 4 Jun 2019 13:57:56 +0200 Subject: [PATCH 2/3] Fix: Remove invalid attribute syntaxCheck --- phpunit.xml.dist | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 269d0e07..9a30dedc 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -6,8 +6,7 @@ colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" - convertWarningsToExceptions="true" - syntaxCheck="true"> + convertWarningsToExceptions="true"> From 1c560886b4b2b9525b3d19e9d6d79e1ccd5af6ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Tue, 4 Jun 2019 13:58:27 +0200 Subject: [PATCH 3/3] Fix: Merge nodes --- phpunit.xml.dist | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 9a30dedc..b2f5b1f5 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -9,6 +9,8 @@ convertWarningsToExceptions="true"> + + @@ -30,9 +32,4 @@ - - - - -