Skip to content

Commit d71257e

Browse files
committed
[Intl] Update the ICU data to 68.1
1 parent e5d3fc9 commit d71257e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Extension/Core/Type/LocaleTypeTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function testChoiceTranslationLocaleOption()
5050
// Don't check objects for identity
5151
$this->assertContainsEquals(new ChoiceView('en', 'en', 'англійська'), $choices);
5252
$this->assertContainsEquals(new ChoiceView('en_GB', 'en_GB', 'англійська (Велика Британія)'), $choices);
53-
$this->assertContainsEquals(new ChoiceView('zh_Hant_MO', 'zh_Hant_MO', 'китайська (традиційна, Макао, О.А.Р Китаю)'), $choices);
53+
$this->assertContainsEquals(new ChoiceView('zh_Hant_TW', 'zh_Hant_TW', 'китайська (традиційна, Тайвань)'), $choices);
5454
}
5555

5656
public function testSubmitNull($expected = null, $norm = null, $view = null)

0 commit comments

Comments
 (0)