From 0de6e9016020596794d03903d6af879563349e7f Mon Sep 17 00:00:00 2001 From: fezfez Date: Sun, 17 Nov 2024 23:21:47 +0100 Subject: [PATCH] Allow php 8.4 + composer bump --dev-only + laminas/laminas-coding-standard:^3 Signed-off-by: fezfez --- phpunit.xml.dist | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 9a55bcc..060f601 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -4,7 +4,16 @@ xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd" bootstrap="./vendor/autoload.php" colors="true" - cacheDirectory=".phpunit.cache"> + cacheDirectory=".phpunit.cache" + failOnDeprecation="true" + failOnNotice="true" + failOnWarning="true" + failOnPhpunitDeprecation="true" + displayDetailsOnPhpunitDeprecations="true" + displayDetailsOnTestsThatTriggerDeprecations="true" + displayDetailsOnTestsThatTriggerNotices="true" + displayDetailsOnTestsThatTriggerWarnings="true"> +