There was an error while loading. Please reload this page.
1 parent f041717 commit a37a378Copy full SHA for a37a378
tests/end-to-end/regression/6105.phpt
@@ -1,5 +1,9 @@
1
--TEST--
2
https://github.com/sebastianbergmann/phpunit/issues/6105
3
+--SKIPIF--
4
+<?php if(!extension_loaded('xdebug')) {
5
+ print 'skip: xdebug is not loaded';
6
+}
7
--FILE--
8
<?php declare(strict_types=1);
9
$_SERVER['argv'][] = '--do-not-cache-result';
0 commit comments