We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d3d625 commit 1ffe8efCopy full SHA for 1ffe8ef
src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/quiet.phpt
@@ -4,7 +4,7 @@ Test DeprecationErrorHandler with quiet output
4
<?php
5
6
$k = 'SYMFONY_DEPRECATIONS_HELPER';
7
-putenv($k.'='.$_SERVER[$k] = $_ENV[$k] = 'verbose=0');
+putenv($k.'='.$_SERVER[$k] = $_ENV[$k] = 'max[total]=3&verbose=0');
8
putenv('ANSICON');
9
putenv('ConEmuANSI');
10
putenv('TERM');
0 commit comments