From 26f33adc092efb1648345dc5f2bd0368c66ec0d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gangloff?= Date: Sat, 25 Oct 2025 22:22:04 +0200 Subject: [PATCH] test: disable warnings --- phpunit.dist.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit.dist.xml b/phpunit.dist.xml index 9692d1e..1c1cdce 100644 --- a/phpunit.dist.xml +++ b/phpunit.dist.xml @@ -6,7 +6,7 @@ backupGlobals="false" colors="true" failOnNotice="true" - failOnWarning="true" + failOnWarning="false" bootstrap="tests/bootstrap.php" cacheDirectory=".phpunit.cache" >