Skip to content

Commit

Permalink
Merge pull request #105 from phil-davis/convertDeprecationsToExceptions
Browse files Browse the repository at this point in the history
test: add convertDeprecationsToExceptions option to unit test settings
  • Loading branch information
phil-davis authored Dec 5, 2023
2 parents 3ae777c + 397f5d4 commit 73a6272
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
convertDeprecationsToExceptions="true"
beStrictAboutTestsThatDoNotTestAnything="true"
beStrictAboutOutputDuringTests="true"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
Expand Down

0 comments on commit 73a6272

Please sign in to comment.