Skip to content

Commit 07f8610

Browse files
Merge branch '11.5' into 12.3
2 parents 31e6bdb + 7fd8761 commit 07f8610

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ if (!in_array('develop', xdebug_info('mode'), true) &&
1111
!in_array('coverage', xdebug_info('mode'), true)) {
1212
print 'skip: Xdebug mode must include develop, debug, or coverage';
1313
}
14+
15+
if (ini_get('xdebug.start_with_request') === '1') {
16+
print 'skip: Xdebug emits a warning that breaks output expectations when xdebug.start_with_request=1 is configured';
17+
}
1418
--FILE--
1519
<?php declare(strict_types=1);
1620
$_SERVER['argv'][] = '--do-not-cache-result';

0 commit comments

Comments
 (0)