summaryrefslogtreecommitdiffstats
path: root/tests/lib
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib/l10n.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/lib/l10n.php b/tests/lib/l10n.php
index 631432caea2..d77548c5bf5 100644
--- a/tests/lib/l10n.php
+++ b/tests/lib/l10n.php
@@ -156,11 +156,6 @@ class Test_L10n extends \Test\TestCase {
);
}
- public function testGetLanguageCode() {
- $l = OC_L10N::get('lib', 'de');
- $this->assertEquals('de', $l->getLanguageCode());
- }
-
public function testFactoryGetLanguageCode() {
$factory = new \OC\L10N\Factory();
$l = $factory->get('lib', 'de');