From ea3ac20793ed88a10c8aa44131fa7ed4c3a0c728 Mon Sep 17 00:00:00 2001 From: jrenaudo Date: Thu, 15 Aug 2024 17:53:06 +0200 Subject: [PATCH] Let phpunit not be happy --- phpunit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit.xml b/phpunit.xml index 442b87b..7d0097b 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -3,7 +3,7 @@ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd" bootstrap="vendor/autoload.php" failOnRisky="true" - failOnWarning="true"> + failOnWarning="false"> tests