Skip to content

Commit 86ca788

Browse files
committed
Fix test title and limit it to ICU >= 4.8
1 parent f8e6932 commit 86ca788

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ext/intl/tests/resourcebundle_null_mandatory_args.phpt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
--TEST--
2-
IntlCalendar::setTime() basic test
2+
ResourceBundle constructor bundle accepts NULL for first two arguments
33
--INI--
44
date.timezone=Atlantic/Azores
55
--SKIPIF--
66
<?php
77
if (!extension_loaded('intl'))
88
die('skip intl extension not enabled');
9+
if (version_compare(INTL_ICU_VERSION, '4.8') < 0)
10+
die('skip ICU >= 4.8 only');
911
--FILE--
1012
<?php
1113
ini_set("intl.error_level", E_WARNING);

0 commit comments

Comments
 (0)