summaryrefslogtreecommitdiff
path: root/ext/intl/tests/dateformat_parse_localtime_parsepos.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/tests/dateformat_parse_localtime_parsepos.phpt')
-rwxr-xr-xext/intl/tests/dateformat_parse_localtime_parsepos.phpt3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/intl/tests/dateformat_parse_localtime_parsepos.phpt b/ext/intl/tests/dateformat_parse_localtime_parsepos.phpt
index 2256c9b364..03f99f1d92 100755
--- a/ext/intl/tests/dateformat_parse_localtime_parsepos.phpt
+++ b/ext/intl/tests/dateformat_parse_localtime_parsepos.phpt
@@ -1,7 +1,8 @@
--TEST--
-datefmt_parse_localtime() with parse pos
+datefmt_parse_localtime() with parse pos icu <= 4.2
--SKIPIF--
<?php if( !extension_loaded( 'intl' ) ) print 'skip'; ?>
+<?php if(version_compare(INTL_ICU_VERSION, '4.3', '<') != 1) print 'skip'; ?>
--FILE--
<?php