Skip to content

Commit

Permalink
upgrade PHPUnit config file to print deprecations triggered by tests …
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Oct 31, 2024
1 parent b01a2ac commit 50b4077
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
beStrictAboutOutputDuringTests="true"
failOnRisky="true"
failOnWarning="true"
displayDetailsOnTestsThatTriggerDeprecations="true"
colors="true"
cacheDirectory=".phpunit.cache"
requireCoverageMetadata="true"
Expand Down

0 comments on commit 50b4077

Please sign in to comment.