From 7c2bdca2f679238ef19f25bda88dd21c1b8c75f9 Mon Sep 17 00:00:00 2001 From: Simey Lameze Date: Fri, 22 Apr 2016 14:10:55 +0800 Subject: [PATCH] MDL-52781 core_user: remove invalid countries from unit tests --- lib/tests/user_test.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/tests/user_test.php b/lib/tests/user_test.php index ac7fdcec249..cc64ba07888 100644 --- a/lib/tests/user_test.php +++ b/lib/tests/user_test.php @@ -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);