]> granicus.if.org Git - php/commitdiff
Fix test title and limit it to ICU >= 4.8
authorGustavo André dos Santos Lopes <cataphract@php.net>
Mon, 30 Jul 2012 09:04:10 +0000 (11:04 +0200)
committerGustavo André dos Santos Lopes <cataphract@php.net>
Mon, 30 Jul 2012 09:04:10 +0000 (11:04 +0200)
ext/intl/tests/resourcebundle_null_mandatory_args.phpt

index 8fde61bd215f714e399524728d74e1c65c9de29b..17fab6d630a5ec42036d9748438b99bce281b49b 100644 (file)
@@ -1,11 +1,13 @@
 --TEST--
-IntlCalendar::setTime() basic test
+ResourceBundle constructor bundle accepts NULL for first two arguments
 --INI--
 date.timezone=Atlantic/Azores
 --SKIPIF--
 <?php
 if (!extension_loaded('intl'))
        die('skip intl extension not enabled');
+if (version_compare(INTL_ICU_VERSION, '4.8') < 0)
+       die('skip ICU >= 4.8 only');
 --FILE--
 <?php
 ini_set("intl.error_level", E_WARNING);