Skip to content

Commit 33bbe51

Browse files
Skip test on PHP >= 8.3, see #5356 (comment)
1 parent 2ce78bb commit 33bbe51

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tests/end-to-end/regression/1348.phpt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
--TEST--
22
https://github.com/sebastianbergmann/phpunit/issues/1348
3-
--XFAIL--
4-
https://github.com/sebastianbergmann/phpunit/issues/5356
3+
--SKIPIF--
4+
<?php declare(strict_types=1);
5+
if (defined('STDOUT')) {
6+
print 'skip: PHP < 8.3 required';
7+
}
58
--FILE--
69
<?php declare(strict_types=1);
710
$_SERVER['argv'][] = '--do-not-cache-result';

0 commit comments

Comments
 (0)