From ab3da163d2f5c814f2c4c9b4dcf34635e01e61ad Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Sat, 20 Jun 2020 14:58:29 +1000 Subject: [PATCH] Update PHPUnit configuration to be compatible with PHPUnit7 --- phpunit.xml.dist | 1 - 1 file changed, 1 deletion(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 5ec1bac..f8e8ff2 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -6,7 +6,6 @@ convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" - syntaxCheck="false" beStrictAboutTestsThatDoNotTestAnything="false" bootstrap="tests/phpunit/bootstrap.php" >