From 716c4182050bc7ac3a2a439962eff813a2297eff Mon Sep 17 00:00:00 2001 From: Dima Uryvskiy Date: Tue, 25 Aug 2020 15:20:35 +0300 Subject: [PATCH] Fix error 'Element 'phpunit', attribute 'syntaxCheck': The attribute 'syntaxCheck' is not allowed' (#153) --- 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" >