Skip to content

Commit

Permalink
dev: Make deprecation warnings more verbose in PHPUnit
Browse files Browse the repository at this point in the history
This option was needed before because there were a lot of deprecations
that we couldn't resolve unless upgrading to latest versions of Symfony
/ Doctrine. Now that it's solved, we can re-enable the default
behaviour.
  • Loading branch information
marien-probesys committed Jul 4, 2024
1 parent 33acdbb commit 6d02919
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<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 6d02919

Please sign in to comment.