Skip to content

Commit 3738528

Browse files
authored
[PHPUnit] Bumped number of expected direct deprecations (#482)
Most likely coming from pre-existing conditions for FieldRenderingExtensionIntegrationTest after 4.6 changes
1 parent 7c30793 commit 3738528

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]=82&amp;max[direct]=854&amp;max[indirect]=11&amp;verbose=0"/>
13+
<env name="SYMFONY_DEPRECATIONS_HELPER" value="max[self]=82&amp;max[direct]=855&amp;max[indirect]=11&amp;verbose=0"/>
1414
</php>
1515
<testsuites>
1616
<testsuite name="unit_core">

0 commit comments

Comments
 (0)