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" convertErrorsToExceptions="true"
convertNoticesToExceptions="true" convertNoticesToExceptions="true"
convertWarningsToExceptions="true" convertWarningsToExceptions="true"
convertDeprecationsToExceptions="true"
processIsolation="false" processIsolation="false"
stopOnFailure="false" stopOnFailure="false"
bootstrap="./tests/bootstrap.php" bootstrap="./tests/bootstrap.php"
@ -16,4 +17,4 @@
<directory>./tests/</directory> <directory>./tests/</directory>
</testsuite> </testsuite>
</testsuites> </testsuites>
</phpunit> </phpunit>