summaryrefslogtreecommitdiff
path: root/ext/intl/tests/locale_get_display_name3.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/tests/locale_get_display_name3.phpt')
-rw-r--r--ext/intl/tests/locale_get_display_name3.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/tests/locale_get_display_name3.phpt b/ext/intl/tests/locale_get_display_name3.phpt
index 3f3d26fcf..0340f14b2 100644
--- a/ext/intl/tests/locale_get_display_name3.phpt
+++ b/ext/intl/tests/locale_get_display_name3.phpt
@@ -2,7 +2,7 @@
locale_get_display_name() icu >= 51.2
--SKIPIF--
<?php if( !extension_loaded( 'intl' ) ) print 'skip'; ?>
-<?php if (version_compare(INTL_ICU_VERSION, '51.2') < 0) die('skip for ICU >= 51.2'); ?>
+<?php if (version_compare(INTL_ICU_VERSION, '51.2') < 0 || version_compare(INTL_ICU_VERSION, '52.1') >= 0) die('skip for ICU >= 51.2 and < 52.1'); ?>
--FILE--
<?php