Skip to content

Commit d32c71b

Browse files
committed
add test
1 parent 39d4c63 commit d32c71b

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

ext/intl/tests/gh17317.phpt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
--TEST--
2+
GH-17319
3+
--EXTENSIONS--
4+
intl
5+
--CREDITS--
6+
KidFlo
7+
--FILE--
8+
<?php
9+
foreach ((new ResourceBundle('', NULL))->get('calendar')->get('buddhist') as $key => $value) {
10+
echo($key), PHP_EOL;
11+
}
12+
?>
13+
--EXPECT--
14+
AmPmMarkersAbbr
15+
AmPmMarkersAbbr
16+
DateTimePatterns
17+
18+
19+
appendItems
20+
availableFormats
21+
dayNames
22+
eras
23+
intervalFormats
24+
monthNames
25+
quarters

0 commit comments

Comments
 (0)