Skip to content

Commit

Permalink
Deactivate deprecations in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminjonard committed Sep 23, 2024
1 parent 101a0c1 commit bfc0ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
colors="true"
bootstrap="tests/bootstrap.php"
cacheDirectory=".phpunit.cache"
displayDetailsOnTestsThatTriggerDeprecations="true"
displayDetailsOnTestsThatTriggerDeprecations="false"
displayDetailsOnTestsThatTriggerWarnings="false"
>
<php>
Expand Down

0 comments on commit bfc0ccd

Please sign in to comment.