Skip to content

Commit 9163c3e

Browse files
committed
xdebug_disable() is obsolete
1 parent f0c52a8 commit 9163c3e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/TextUI/fatal-isolation.phpt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
--TEST--
22
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'); ?>
36
--FILE--
47
<?php
58
$_SERVER['argv'][1] = '--no-configuration';

0 commit comments

Comments
 (0)