Skip to content

Commit d352892

Browse files
This test fails when Xdebug is loaded (setting xdebug.mode=Off in --INI-- section does not have an effect)
1 parent a9b0c4b commit d352892

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/end-to-end/phpt/expect-location-hint.phpt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
--TEST--
22
PHPT EXPECT comparison returns correct code location hint
3+
--SKIPIF--
4+
<?php declare(strict_types=1);
5+
if (extension_loaded('xdebug')) {
6+
print 'skip: Extension xdebug must not be loaded.';
7+
}
38
--FILE--
49
<?php declare(strict_types=1);
510
$_SERVER['argv'][] = '--do-not-cache-result';

0 commit comments

Comments
 (0)