summaryrefslogtreecommitdiff
path: root/ext/intl/tests/dateformat_parse_timestamp_parsepos.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/tests/dateformat_parse_timestamp_parsepos.phpt')
-rwxr-xr-xext/intl/tests/dateformat_parse_timestamp_parsepos.phpt3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/intl/tests/dateformat_parse_timestamp_parsepos.phpt b/ext/intl/tests/dateformat_parse_timestamp_parsepos.phpt
index 040f72e47d..0f26643163 100755
--- a/ext/intl/tests/dateformat_parse_timestamp_parsepos.phpt
+++ b/ext/intl/tests/dateformat_parse_timestamp_parsepos.phpt
@@ -1,7 +1,8 @@
--TEST--
-datefmt_parse_timestamp_code() with parse pos
+datefmt_parse_timestamp_code() 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'; ?>
--INI--
datetime.timezone="America/Los_Angeles"
--ENV--