Skip to content

Commit bcbc8b9

Browse files
Merge branch '12.5' into 13.1
* 12.5: Make test more robust
2 parents 5d65530 + 6009915 commit bcbc8b9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/end-to-end/regression/6105.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ if (ini_get('xdebug.start_with_request') === '1') {
2424
--FILE--
2525
<?php declare(strict_types=1);
2626
$_SERVER['argv'][] = '--do-not-cache-result';
27+
$_SERVER['argv'][] = '--colors=never';
2728
$_SERVER['argv'][] = __DIR__ . '/6105/IssueTest6105.php';
2829

2930
require_once __DIR__ . '/../../bootstrap.php';

0 commit comments

Comments
 (0)