MDL-52781 core_user: remove invalid countries from unit tests
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user