From 6eb796f4c20620205d705b33f7d44d77ed8ba5fe Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Sat, 7 Sep 2024 14:55:03 +0200 Subject: [PATCH] Update PHPUnit configuration --- phpunit.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/phpunit.xml b/phpunit.xml index 85d8f4207..5ee6d8402 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -5,6 +5,10 @@ cacheDirectory=".phpunit.cache" executionOrder="depends,defects" beStrictAboutOutputDuringTests="true" + displayDetailsOnPhpunitDeprecations="true" + failOnPhpunitDeprecation="true" + failOnRisky="true" + failOnWarning="true" colors="true"> @@ -12,7 +16,7 @@ - + src