Skip to content

Commit 9236166

Browse files
Skip test if ICU is older than 67
1 parent ea1ee1c commit 9236166

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/intl/tests/listformatter/listformatter_with_paramaters.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
IntlListFormatter: Test AND, OR and Width parameters
33
--EXTENSIONS--
44
intl
5+
--SKIPIF--
6+
<?php if (version_compare(INTL_ICU_VERSION, '67.0') >= 0) die('skip for ICU < 67.0'); ?>
57
--FILE--
68
<?php
79

0 commit comments

Comments
 (0)