Skip to content

Commit

Permalink
test: add convertDeprecationsToExceptions option to unit test settings
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Dec 5, 2023
1 parent 3ae777c commit 397f5d4
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 397f5d4

Please sign in to comment.