aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Wells <brucekwells@gmail.com>2022-12-26 19:04:43 +0300
committerGitHub <noreply@github.com>2022-12-26 19:04:43 +0300
commit1d41ca6da294dbfda701f90833943fd87bff5d96 (patch)
treef63054f373e2c4fe010094f6c07fb02f1a300590
parentcbc2f4f7989bc45f212d6a2fa8d48988bb5cb250 (diff)
Depreciations are unit test failuresv2.3.3
-rw-r--r--phpunit.xml.dist3
1 files changed, 2 insertions, 1 deletions
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 @@
<directory>./tests/</directory>
</testsuite>
</testsuites>
-</phpunit> \ No newline at end of file
+</phpunit>