MDL-52781 core_user: remove invalid countries from unit tests

This commit is contained in:
Simey Lameze
2016-04-22 14:10:55 +08:00
parent aa788b3c42
commit 7c2bdca2f6
-2
View File
@@ -353,8 +353,6 @@ class core_user_testcase extends advanced_testcase {
// Test against lang property choices.
$choices = core_user::get_property_choices('lang');
$this->assertArrayHasKey('en', $choices);
$this->assertArrayHasKey('ko', $choices);
$this->assertArrayHasKey('ru', $choices);
$this->assertArrayNotHasKey('ww', $choices);
$this->assertArrayNotHasKey('yy', $choices);