Skip to content

Commit

Permalink
dev: Make deprecations notices less verbose in tests
Browse files Browse the repository at this point in the history
There are a lot of indirect deprecations notices that I can't fix for
the moment. They take a lot of space and the results of the tests are
harder to read. So I'm making them less visible with the risk of missing
some important deprecations that I could fix. It should be a temporary
fix (but we all know that "temporary" means "for an undefined amount of
time" :)).
  • Loading branch information
marien-probesys committed Dec 1, 2023
1 parent 4dd097d commit 4c9ea03
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 @@ -13,6 +13,7 @@
<ini name="error_reporting" value="-1" />
<server name="APP_ENV" value="test" force="true" />
<server name="SHELL_VERBOSITY" value="-1" />
<env name="SYMFONY_DEPRECATIONS_HELPER" value="weak" />
</php>

<testsuites>
Expand Down

0 comments on commit 4c9ea03

Please sign in to comment.