Skip to content

Commit 72b319c

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 89728a6 commit 72b319c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
</include>
1414
</coverage>
1515
<php>
16+
<server name="SYMFONY_DEPRECATIONS_HELPER" value="max[self]=0" />
1617
<ini name="error_reporting" value="-1"/>
1718
</php>
1819
<testsuites>

0 commit comments

Comments
 (0)