From 4a976540b6a535fce458b0cea9b54e2305322df1 Mon Sep 17 00:00:00 2001 From: Markus Podar Date: Tue, 19 Nov 2024 16:28:18 +0100 Subject: [PATCH] phpunit: don't fail on output (yet) Because some deprecations are shown with 8.4, breaking the tests --- phpunit.xml.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index e7f56d7c..0c8245ad 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -3,7 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd" beStrictAboutChangesToGlobalState="true" - beStrictAboutOutputDuringTests="true" + beStrictAboutOutputDuringTests="false" beStrictAboutTestsThatDoNotTestAnything="true" cacheDirectory=".phpunit.result.cache" displayDetailsOnPhpunitDeprecations="true"