From 50b872b223fb314a1ff05a5603b2ec357f70c840 Mon Sep 17 00:00:00 2001 From: Jitendra Adhikari Date: Tue, 31 Dec 2019 17:26:10 +0700 Subject: [PATCH] fix(phpunit): rm xml.syntaxCheck --- phpunit.xml.dist | 1 - 1 file changed, 1 deletion(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index c57884b..cc6ff5e 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -8,7 +8,6 @@ convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" - syntaxCheck="false" bootstrap="tests/bootstrap.php" >