diff options
Diffstat (limited to 'ext/intl/tests/bug62070_2.phpt')
-rw-r--r-- | ext/intl/tests/bug62070_2.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/intl/tests/bug62070_2.phpt b/ext/intl/tests/bug62070_2.phpt index 63f510793b..c632b569cc 100644 --- a/ext/intl/tests/bug62070_2.phpt +++ b/ext/intl/tests/bug62070_2.phpt @@ -3,6 +3,7 @@ Bug #62070: Collator::getSortKey() returns garbage --SKIPIF-- <?php if (!extension_loaded('intl')) die('skip intl extension not enabled'); ?> <?php if (version_compare(INTL_ICU_VERSION, '53.1') < 0) die('skip for ICU >= 53.1'); ?> +<?php if (version_compare(INTL_ICU_VERSION, '62.1') >= 0) die('skip for ICU < 62.1'); ?> --FILE-- <?php $s1 = 'Hello'; |