Skip to content

Commit e03739d

Browse files
committed
Remove obsolete version checks in tests
1 parent 8c92318 commit e03739d

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed

ext/pcre/tests/bug52971.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
--TEST--
22
Bug #52971 (PCRE-Meta-Characters not working with utf-8)
3-
--SKIPIF--
4-
<?php if ((double)PCRE_VERSION < 8.1) die('skip PCRE_VERSION >= 8.1 is required!'); ?>
53
--FILE--
64
<?php
75

ext/pcre/tests/bug70232.phpt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
--TEST--
22
Bug #70232 (Incorrect bump-along behavior with \K and empty string match)
3-
--SKIPIF--
4-
<?php
5-
if (version_compare(explode(' ', PCRE_VERSION)[0], '8.0', 'lt')) {
6-
die("skip this test requires libpcre >= 8.0");
7-
}
8-
?>
93
--FILE--
104
<?php
115
$pattern = '~(?: |\G)\d\B\K~';

ext/pcre/tests/marks.phpt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
--TEST--
22
Test support for PCRE marks
3-
--SKIPIF--
4-
<?php
5-
if (version_compare(PCRE_VERSION, '8.1', '<')) {
6-
die('skip PCRE_VERSION >= 8.1 is required for MARK support');
7-
}
8-
?>
93
--FILE--
104
<?php
115

0 commit comments

Comments
 (0)