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 29, 2024
1 parent 12834cc commit e4b4b53
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 e4b4b53

Please sign in to comment.