From e8497b6d2e5e5b5a12944464563044d5defea792 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Tue, 1 Oct 2024 12:38:29 +0200 Subject: [PATCH] PHPUnit template: convert deprecations to exceptions --- templates/phpunit.xml.dist | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/phpunit.xml.dist b/templates/phpunit.xml.dist index 50421ece..16539679 100644 --- a/templates/phpunit.xml.dist +++ b/templates/phpunit.xml.dist @@ -4,8 +4,9 @@ backupGlobals="false" colors="true" convertErrorsToExceptions="true" - convertNoticesToExceptions="true" convertWarningsToExceptions="true" + convertNoticesToExceptions="true" + convertDeprecationsToExceptions="true" >