Skip to content

Commit

Permalink
Add SYMFONY_DEPRECATIONS_HELPER to phpunit.xml.dist
Browse files Browse the repository at this point in the history
This commit adds a new environment variable, "SYMFONY_DEPRECATIONS_HELPER", to the phpunit.xml.dist file with a value of "weak". This change is intended to help manage Symfony deprecations during testing.
  • Loading branch information
Spomky committed Apr 12, 2024
1 parent 05c1991 commit 43f5129
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 @@ -17,6 +17,7 @@
<ini name="intl.error_level" value="0"/>
<ini name="memory_limit" value="-1"/>
<server name="KERNEL_CLASS" value="SpomkyLabs\CborBundle\Tests\AppKernel"/>
<env name="SYMFONY_DEPRECATIONS_HELPER" value="weak"/>
</php>
<source>
<include>
Expand Down

0 comments on commit 43f5129

Please sign in to comment.