Skip to content

Commit

Permalink
Reverse phpunit configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
devanych committed Nov 16, 2023
1 parent 7b95be7 commit 06eccb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
beStrictAboutCoversAnnotation="true"
beStrictAboutOutputDuringTests="true"
beStrictAboutTodoAnnotatedTests="true"
convertWarningsToExceptions="false"
convertNoticesToExceptions="false"
convertErrorsToExceptions="false"
convertWarningsToExceptions="true"
convertNoticesToExceptions="true"
convertErrorsToExceptions="true"
resolveDependencies="true"
stopOnFailure="false"
failOnWarning="true"
Expand Down

0 comments on commit 06eccb3

Please sign in to comment.