summaryrefslogtreecommitdiff
path: root/ext/intl/tests/dateformat_clone.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/tests/dateformat_clone.phpt')
-rwxr-xr-xext/intl/tests/dateformat_clone.phpt3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/intl/tests/dateformat_clone.phpt b/ext/intl/tests/dateformat_clone.phpt
index 886a98f17a..f060444741 100755
--- a/ext/intl/tests/dateformat_clone.phpt
+++ b/ext/intl/tests/dateformat_clone.phpt
@@ -1,7 +1,8 @@
--TEST--
-Cloning datefmt
+Cloning datefmt 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
include_once( 'ut_common.inc' );