From 001f2e97ea9ca670de923fd4f773181a9621d04e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Mon, 22 Sep 2025 00:12:29 +0200 Subject: [PATCH] Do not let phpunit fail on deprecations --- phpunit.xml.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 4a37b420..3feb4940 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -4,7 +4,7 @@ xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd" colors="true" - failOnDeprecation="true" + failOnDeprecation="false" failOnNotice="true" failOnWarning="true" bootstrap="tests/bootstrap.php"