From 4d264a42479f4202ab1dd1f40db862d256429cb9 Mon Sep 17 00:00:00 2001 From: dima-uryvskiy Date: Sat, 22 Aug 2020 12:37:30 +0300 Subject: [PATCH] Fix error 'Element 'phpunit', attribute 'syntaxCheck': The attribute 'syntaxCheck' is not allowed' --- phpunit.xml.dist | 1 - 1 file changed, 1 deletion(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 6fb729f..64d1313 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -9,7 +9,6 @@ verbose="true" processIsolation="false" stopOnFailure="false" - syntaxCheck="true" >