Skip to content

Commit ee9b85b

Browse files
authored
Make sure we dont have any direct deprecation notices (#736)
1 parent 5d87988 commit ee9b85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml.dist

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-
<server name="SYMFONY_DEPRECATIONS_HELPER" value="0" />
13+
<server name="SYMFONY_DEPRECATIONS_HELPER" value="max[direct]=0" />
1414
</php>
1515

1616
<testsuites>

0 commit comments

Comments
 (0)