Skip to content

Commit

Permalink
Depreciations are unit test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
phpfui authored Dec 26, 2022
1 parent cbc2f4f commit 1d41ca6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
convertDeprecationsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
bootstrap="./tests/bootstrap.php"
Expand All @@ -16,4 +17,4 @@
<directory>./tests/</directory>
</testsuite>
</testsuites>
</phpunit>
</phpunit>

0 comments on commit 1d41ca6

Please sign in to comment.