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 c28ae0c commit 8fc3c04Copy full SHA for 8fc3c04
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