Skip to content

Commit

Permalink
fix: do not convert php warning to errors in phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
le0m committed Dec 22, 2022
1 parent f65fdb0 commit 4e8c485
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 @@ -9,6 +9,7 @@
beStrictAboutOutputDuringTests="true"
beStrictAboutTodoAnnotatedTests="true"
convertDeprecationsToExceptions="true"
convertWarningsToExceptions="false"
failOnRisky="true"
failOnWarning="true"
verbose="true">
Expand Down

0 comments on commit 4e8c485

Please sign in to comment.