From 39e9a8b687503fc030d4202f7f04e2e6418cef57 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Mon, 3 Jun 2019 11:53:59 +0200 Subject: [PATCH] Fix phpunit file syntax > - Element 'phpunit', attribute 'syntaxCheck': The attribute 'syntaxCheck' is not allowed. --- phpunit.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/phpunit.xml b/phpunit.xml index ecfc9c8d..2cf95960 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -7,7 +7,6 @@ convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" - syntaxCheck="false" bootstrap="vendor/autoload.php" >