summaryrefslogtreecommitdiff
path: root/ext/intl/tests/formatter_format_currency.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/tests/formatter_format_currency.phpt')
-rwxr-xr-xext/intl/tests/formatter_format_currency.phpt5
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/intl/tests/formatter_format_currency.phpt b/ext/intl/tests/formatter_format_currency.phpt
index c53f831b75..be219a5baa 100755
--- a/ext/intl/tests/formatter_format_currency.phpt
+++ b/ext/intl/tests/formatter_format_currency.phpt
@@ -1,7 +1,8 @@
--TEST--
-numfmt_format_currency()
+numfmt_format_currency() 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
@@ -46,4 +47,4 @@ en_UK: '£1,234,567.89'
en_US: '$1,234,567.89'
ru: '1 234 567,89 р.'
uk: '1 234 567,89 ₴'
-en: '₴1,234,567.89' \ No newline at end of file
+en: '₴1,234,567.89'