Skip to content

Commit

Permalink
[Intl] Update the ICU data to 64.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jakzal authored and fabpot committed Mar 31, 2019
1 parent d1601c0 commit 8916327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Extension/Core/Type/LocaleTypeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function testLocalesAreSelectable()

$this->assertContains(new ChoiceView('en', 'en', 'English'), $choices, '', false, false);
$this->assertContains(new ChoiceView('en_GB', 'en_GB', 'English (United Kingdom)'), $choices, '', false, false);
$this->assertContains(new ChoiceView('zh_Hant_MO', 'zh_Hant_MO', 'Chinese (Traditional, Macau SAR China)'), $choices, '', false, false);
$this->assertContains(new ChoiceView('zh_Hant_HK', 'zh_Hant_HK', 'Chinese (Traditional, Hong Kong SAR China)'), $choices, '', false, false);
}

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

0 comments on commit 8916327

Please sign in to comment.