summaryrefslogtreecommitdiff
path: root/ext/intl/tests/formatter_get_locale.phpt
diff options
context:
space:
mode:
authorkrakjoe <joe.watkins@live.co.uk>2014-08-21 09:29:43 +0100
committerkrakjoe <joe.watkins@live.co.uk>2014-08-21 09:29:43 +0100
commite530817209181243256a8be883bffa2995c58587 (patch)
treec72603a120ff117d1ee093ff0845a30f2d38a20a /ext/intl/tests/formatter_get_locale.phpt
parent25cc882425ff8ba9df38f1afe3ce498527f1a67e (diff)
downloadphp-git-e530817209181243256a8be883bffa2995c58587.tar.gz
fix the version requirements for these tests
Diffstat (limited to 'ext/intl/tests/formatter_get_locale.phpt')
-rw-r--r--ext/intl/tests/formatter_get_locale.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/intl/tests/formatter_get_locale.phpt b/ext/intl/tests/formatter_get_locale.phpt
index 7474eabbba..a9c8af84a4 100644
--- a/ext/intl/tests/formatter_get_locale.phpt
+++ b/ext/intl/tests/formatter_get_locale.phpt
@@ -1,8 +1,8 @@
--TEST--
-numfmt_get_locale()
+numfmt_get_locale() icu >= 4.8 && icu < 50.1.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, '50.1.2') >= 0) die('skip for ICU < 50.1.2'); ?>
--FILE--
<?php