Skip to content

Commit 8fc3c04

Browse files
[PhpUnitBridge] Fix test
1 parent c28ae0c commit 8fc3c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/DeprecationErrorHandler/quiet.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Test DeprecationErrorHandler with quiet output
44
<?php
55

66
$k = 'SYMFONY_DEPRECATIONS_HELPER';
7-
putenv($k.'='.$_SERVER[$k] = $_ENV[$k] = 'verbose=0');
7+
putenv($k.'='.$_SERVER[$k] = $_ENV[$k] = 'max[total]=3&verbose=0');
88
putenv('ANSICON');
99
putenv('ConEmuANSI');
1010
putenv('TERM');

0 commit comments

Comments
 (0)