Skip to content

Commit

Permalink
Update max deprecation allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
flohw committed Apr 10, 2024
1 parent 30d97dc commit 11e5491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
xsi:noNamespaceSchemaLocation=".phpunit/phpunit.xsd"
>
<php>
<env name="SYMFONY_DEPRECATIONS_HELPER" value="max[self]=104&amp;max[indirect]=243"/>
<env name="SYMFONY_DEPRECATIONS_HELPER" value="max[self]=120&amp;max[indirect]=243"/>
<env name="SYMFONY_PHPUNIT_VERSION" value="9.6"/>
<ini name="error_reporting" value="-1"/>
<server name="SHELL_VERBOSITY" value="-1"/>
Expand Down

0 comments on commit 11e5491

Please sign in to comment.