From b4c5888397f4a4817c1d66d1db43818e6041a239 Mon Sep 17 00:00:00 2001 From: Mark Beech Date: Tue, 23 Apr 2024 18:03:27 +0100 Subject: [PATCH] Remove old phpunit config value --- phpunit.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/phpunit.xml b/phpunit.xml index 19751a1c..fa6b0964 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -7,7 +7,6 @@ convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" - syntaxCheck="false" verbose="true" beStrictAboutOutputDuringTests="true" >