Skip to content

Commit 4b60c72

Browse files
committed
Exclude unit tests on PHP8.1
1 parent 63534ed commit 4b60c72

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/Regression/GitHub/1337.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
--TEST--
22
GH-1337: Data Provider with \ at the end of the name breaks with process isolation
3+
--SKIPIF--
4+
<?php
5+
if (PHP_VERSION_ID >= 80100) die('Skipped: PHP 8.1 is deprecated'); ?>
6+
?>
37
--FILE--
48
<?php
59

0 commit comments

Comments
 (0)