From f709bcffb1c61e1c40029dccb34c906dc1cc653c Mon Sep 17 00:00:00 2001 From: Brandon Payton Date: Mon, 29 Apr 2024 20:30:55 -0400 Subject: [PATCH] Try to re-enable convert-to-exception settings --- phpunit.xml.dist | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index dabee96..5fc6cda 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -6,6 +6,10 @@ colors="true" beStrictAboutTestsThatDoNotTestAnything="true" beStrictAboutOutputDuringTests="true" + convertErrorsToExceptions="true" + convertWarningsToExceptions="true" + convertNoticesToExceptions="true" + convertDeprecationsToExceptions="true" >