From 082dee8f62b19b9c5be75de4c78994204e22a47f Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Tue, 1 Oct 2024 12:37:17 +0200 Subject: [PATCH] PHPUnit: convert deprecations to exceptions --- phpunit.xml.dist | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index dc984734..b29e2a0e 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -6,6 +6,10 @@ beStrictAboutOutputDuringTests="true" beStrictAboutTestsThatDoNotTestAnything="true" beStrictAboutTodoAnnotatedTests="true" + convertErrorsToExceptions="true" + convertWarningsToExceptions="true" + convertNoticesToExceptions="true" + convertDeprecationsToExceptions="true" colors="true" verbose="true">