Skip to content

Commit

Permalink
[Tests] Adjusted Symfony deprecation helper config after the changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alongosz committed Dec 11, 2024
1 parent be8e99d commit 6a25c07
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 @@ -10,7 +10,7 @@
>
<php>
<ini name="error_reporting" value="-1" />
<env name="SYMFONY_DEPRECATIONS_HELPER" value="max[self]=80&amp;max[direct]=1193&amp;max[indirect]=12&amp;verbose=0"/>
<env name="SYMFONY_DEPRECATIONS_HELPER" value="max[self]=82&amp;max[direct]=854&amp;max[indirect]=11&amp;verbose=0"/>
</php>
<testsuites>
<testsuite name="unit_core">
Expand Down

0 comments on commit 6a25c07

Please sign in to comment.