Skip to content

Commit

Permalink
Capture deprecation notices during unit testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bsweeney committed Apr 24, 2024
1 parent e159393 commit c620cc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
convertDeprecationsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
failOnSkipped="true">
Expand Down

0 comments on commit c620cc0

Please sign in to comment.