We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c52a8 commit 9163c3eCopy full SHA for 9163c3e
tests/TextUI/fatal-isolation.phpt
@@ -1,5 +1,8 @@
1
--TEST--
2
phpunit FatalTest --process-isolation ../_files/FatalTest.php
3
+--SKIPIF--
4
+<?php
5
+if (PHP_VERSION_ID >= 80000) die('Skipped: xdebug_disable() is obsolete in PHP8 or later'); ?>
6
--FILE--
7
<?php
8
$_SERVER['argv'][1] = '--no-configuration';
0 commit comments