Skip to content

Commit

Permalink
Restore: Stop considering warnings, notices, and deprecations as exce…
Browse files Browse the repository at this point in the history
…ptions
  • Loading branch information
brandonpayton committed Apr 30, 2024
1 parent daf9559 commit 284b2b3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
beStrictAboutTestsThatDoNotTestAnything="true"
beStrictAboutOutputDuringTests="true"
convertErrorsToExceptions="true"
convertWarningsToExceptions="true"
convertNoticesToExceptions="true"
convertDeprecationsToExceptions="true"
>
<testsuites>
<!-- Default test suite to run all tests. -->
Expand Down

0 comments on commit 284b2b3

Please sign in to comment.