From 41133192d843c9e4bd0c92c92c6d52b3951d80dd Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Thu, 21 Oct 2021 12:04:32 +0200 Subject: [PATCH] Update phpunit.xml.dist --- phpunit.xml.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 89bbb02..367feb0 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -3,6 +3,7 @@ backupStaticAttributes="false" bootstrap="vendor/autoload.php" colors="true" + convertDeprecationsToExceptions="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true"