diff options
Diffstat (limited to 'ext/intl/tests/formatter_format6.phpt')
| -rw-r--r-- | ext/intl/tests/formatter_format6.phpt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/intl/tests/formatter_format6.phpt b/ext/intl/tests/formatter_format6.phpt index 80894c332b..70703785c1 100644 --- a/ext/intl/tests/formatter_format6.phpt +++ b/ext/intl/tests/formatter_format6.phpt @@ -1,7 +1,8 @@ --TEST-- -numfmt_format() icu >= 56.1 +numfmt_format() icu >= 56.1 && icu < 61.1 --SKIPIF-- <?php if( !extension_loaded( 'intl' ) ) print 'skip'; ?> +<?php if (version_compare(INTL_ICU_VERSION, '61.1') >= 0) die('skip for ICU < 61.1'); ?> <?php if (version_compare(INTL_ICU_VERSION, '56.1') < 0) die('skip for ICU >= 56.1'); ?> --FILE-- <?php |
