Skip to content

Commit ddef4f9

Browse files
staabmsebastianbergmann
authored andcommitted
skip test on PHP 8.5 which prints additional stacktrace
1 parent 210279b commit ddef4f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Silent failure of PHP fatal errors
33

44
https://github.com/sebastianbergmann/phpunit/issues/6294
5+
--SKIPIF--
6+
<?php declare(strict_types=1);
7+
if (version_compare(PHP_VERSION, '8.5.0-dev', '>=')) {
8+
print 'skip: PHP < 8.5 is required.';
9+
}
510
--INI--
611
display_errors=0
712
--FILE--

0 commit comments

Comments
 (0)