From 50b407717c112ef6323b3e5afedc061a54a0d1d2 Mon Sep 17 00:00:00 2001 From: Laurent Laville Date: Thu, 31 Oct 2024 05:57:48 +0000 Subject: [PATCH] upgrade PHPUnit config file to print deprecations triggered by tests (especially with PHP 8.4 runtime and https://php.watch/versions/8.4/implicitly-marking-parameter-type-nullable-deprecated feature) --- phpunit.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/phpunit.xml b/phpunit.xml index 50280ec0..1151c23a 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -6,6 +6,7 @@ beStrictAboutOutputDuringTests="true" failOnRisky="true" failOnWarning="true" + displayDetailsOnTestsThatTriggerDeprecations="true" colors="true" cacheDirectory=".phpunit.cache" requireCoverageMetadata="true"