From 91d9340f079e9eddc7cb42e6aaac777bb57bd8b0 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Mon, 11 Jul 2022 12:26:21 +1000 Subject: [PATCH] [NFC] Convert Deprecations in tests to exceptions --- phpunit.xml.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 636c535b27..29e6c4fd79 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -4,6 +4,7 @@ convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" + convertDeprecationsToExceptions="true" processIsolation="false" stopOnFailure="false" stderr="true" -- 2.25.1