From 1d41ca6da294dbfda701f90833943fd87bff5d96 Mon Sep 17 00:00:00 2001 From: Bruce Wells Date: Mon, 26 Dec 2022 11:04:43 -0500 Subject: [PATCH] Depreciations are unit test failures --- phpunit.xml.dist | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index d515f51..f591521 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -6,6 +6,7 @@ convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" + convertDeprecationsToExceptions="true" processIsolation="false" stopOnFailure="false" bootstrap="./tests/bootstrap.php" @@ -16,4 +17,4 @@ ./tests/ - \ No newline at end of file +