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 2d1da47 commit 387cabe
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/php-cli-tools tests">
Expand Down

0 comments on commit 387cabe

Please sign in to comment.