Skip to content

Commit 525c4a2

Browse files
committed
[Tests] Adjusted Symfony deprecation helper config after the changes
1 parent e2ab7a3 commit 525c4a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
>
1111
<php>
1212
<ini name="error_reporting" value="-1" />
13-
<env name="SYMFONY_DEPRECATIONS_HELPER" value="max[self]=80&amp;max[direct]=1193&amp;max[indirect]=12&amp;verbose=0"/>
13+
<env name="SYMFONY_DEPRECATIONS_HELPER" value="max[self]=82&amp;max[direct]=854&amp;max[indirect]=11&amp;verbose=0"/>
1414
</php>
1515
<testsuites>
1616
<testsuite name="unit_core">

0 commit comments

Comments
 (0)