Skip to content

Commit a37a378

Browse files
staabmsebastianbergmann
authored andcommitted
skip test if Xdebug not loaded
1 parent f041717 commit a37a378

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
@@ -1,5 +1,9 @@
11
--TEST--
22
https://github.com/sebastianbergmann/phpunit/issues/6105
3+
--SKIPIF--
4+
<?php if(!extension_loaded('xdebug')) {
5+
print 'skip: xdebug is not loaded';
6+
}
37
--FILE--
48
<?php declare(strict_types=1);
59
$_SERVER['argv'][] = '--do-not-cache-result';

0 commit comments

Comments
 (0)