summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkrakjoe <joe.watkins@live.co.uk>2014-08-21 09:22:05 +0100
committerkrakjoe <joe.watkins@live.co.uk>2014-08-21 09:22:05 +0100
commit25cc882425ff8ba9df38f1afe3ce498527f1a67e (patch)
tree743a45b6d233b1058cebe932caa98cdbecf77227
parent1ba509ce193ffc7b0f50068ab058b0a8ada9f2d0 (diff)
downloadphp-git-25cc882425ff8ba9df38f1afe3ce498527f1a67e.tar.gz
correct version number requirements for this test
-rw-r--r--ext/intl/tests/timezone_getDisplayName_variant2-49+.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/intl/tests/timezone_getDisplayName_variant2-49+.phpt b/ext/intl/tests/timezone_getDisplayName_variant2-49+.phpt
index 8f60f29040..706d8824ba 100644
--- a/ext/intl/tests/timezone_getDisplayName_variant2-49+.phpt
+++ b/ext/intl/tests/timezone_getDisplayName_variant2-49+.phpt
@@ -1,9 +1,9 @@
--TEST--
-IntlTimeZone::getDisplayName(): type parameter (ICU >= 49 && ICU < 51.2)
+IntlTimeZone::getDisplayName(): type parameter (ICU >= 49 && ICU < 50.1.2)
--SKIPIF--
<?php if (!extension_loaded('intl')) die('skip intl extension not enabled'); ?>
<?php if (version_compare(INTL_ICU_VERSION, '49') < 0) die('skip for ICU 49+'); ?>
-<?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
ini_set("intl.error_level", E_WARNING);
@@ -33,4 +33,4 @@ string(5) "+0000"
string(3) "GMT"
string(3) "GMT"
string(22) "Portugal Time (Lisbon)"
-==DONE==
+==DONE==