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.
2 parents 5d65530 + 6009915 commit bcbc8b9Copy full SHA for bcbc8b9
1 file changed
tests/end-to-end/regression/6105.phpt
@@ -24,6 +24,7 @@ if (ini_get('xdebug.start_with_request') === '1') {
24
--FILE--
25
<?php declare(strict_types=1);
26
$_SERVER['argv'][] = '--do-not-cache-result';
27
+$_SERVER['argv'][] = '--colors=never';
28
$_SERVER['argv'][] = __DIR__ . '/6105/IssueTest6105.php';
29
30
require_once __DIR__ . '/../../bootstrap.php';
0 commit comments