Skip to content

Commit

Permalink
Be strict about deprecations
Browse files Browse the repository at this point in the history
Fail when there is a deprecation, and since we should not have any, we
can afford to display them when they occur.
  • Loading branch information
greg0ire committed Oct 10, 2023
1 parent 43e50ac commit 7250ade
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
colors="true"
displayDetailsOnTestsThatTriggerDeprecations="true"
displayDetailsOnTestsThatTriggerNotices="true"
displayDetailsOnTestsThatTriggerWarnings="true"
failOnDeprecation="true"
failOnNotice="true"
failOnWarning="true"
failOnRisky="true"
Expand Down

0 comments on commit 7250ade

Please sign in to comment.