Skip to content

Commit 53cc1f1

Browse files
authored
[CI 8.1] Allow more indirect deprecations (#1090)
* [CI 8.1] Allow more indirect deprecations * Fixed broken config * Use max[self] * blindly debugging... * max[total] * disabled=1 * max[self] = 0
1 parent 99894a7 commit 53cc1f1

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
@@ -14,7 +14,7 @@
1414
</coverage>
1515
<php>
1616
<ini name="error_reporting" value="-1"/>
17-
<server name="SYMFONY_DEPRECATIONS_HELPER" value="max[direct]=0" />
17+
<server name="SYMFONY_DEPRECATIONS_HELPER" value="max[self]=0" />
1818
</php>
1919
<testsuites>
2020
<testsuite name="Test Suite">

0 commit comments

Comments
 (0)