Do not let phpunit fail on deprecations

This commit is contained in:
Jan Böhmer 2025-09-22 00:12:29 +02:00
parent d2d5490aab
commit 001f2e97ea

View file

@ -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"