Skip to content

Commit

Permalink
[Intl] Change the expected locale to something that does not varry be…
Browse files Browse the repository at this point in the history
…tween ICU releases
  • Loading branch information
jakzal committed Mar 31, 2019
1 parent fa95d90 commit 9e20315
Showing 1 changed file with 1 addition and 1 deletion.
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, Macao 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 9e20315

Please sign in to comment.