Depreciations are unit test failures

This commit is contained in:
Bruce Wells 2022-12-26 11:04:43 -05:00 committed by GitHub
parent cbc2f4f798
commit 1d41ca6da2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,7 @@
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
convertDeprecationsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
bootstrap="./tests/bootstrap.php"