summaryrefslogtreecommitdiffstats
path: root/tests/lib
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@owncloud.com>2016-01-11 16:41:46 +0100
committerRoeland Jago Douma <rullzer@owncloud.com>2016-01-11 16:41:46 +0100
commiteccd9ca1cb1915b5da50112e7f436eaf03f65e39 (patch)
tree0f5e8c56dc774e3e246ebb96b35e369f02b16ae2 /tests/lib
parentc1d8a03662dcbf0f82e4ee6feb8cceadf399ae93 (diff)
downloadnextcloud-server-eccd9ca1cb1915b5da50112e7f436eaf03f65e39.tar.gz
nextcloud-server-eccd9ca1cb1915b5da50112e7f436eaf03f65e39.zip
Remove unused deprecated function
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');