Skip to content

Commit

Permalink
PHPUnit: convert deprecations to exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Oct 1, 2024
1 parent f4b1d39 commit 3cdb225
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
beStrictAboutOutputDuringTests="true"
beStrictAboutTestsThatDoNotTestAnything="true"
beStrictAboutTodoAnnotatedTests="true"
convertErrorsToExceptions="true"
convertWarningsToExceptions="true"
convertNoticesToExceptions="true"
convertDeprecationsToExceptions="true"
colors="true"
verbose="true">
<testsuite name="wp-cli/i18n-command tests">
Expand Down

0 comments on commit 3cdb225

Please sign in to comment.