summaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-10-28 23:04:36 +0200
committerMorris Jobke <hey@morrisjobke.de>2016-10-28 23:04:36 +0200
commita78f6e95869272b2d5cf34bd3374a9208ae80870 (patch)
treee03d959fed30fb91799e5799299be42db80bcbba /apps/files_external/tests
parent94d09141f88c912be56b67ba7a0eb289687d05a7 (diff)
downloadnextcloud-server-a78f6e95869272b2d5cf34bd3374a9208ae80870.tar.gz
nextcloud-server-a78f6e95869272b2d5cf34bd3374a9208ae80870.zip
Use OCP\\IL10N in tests too
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps/files_external/tests')
-rw-r--r--apps/files_external/tests/Command/ListCommandTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/tests/Command/ListCommandTest.php b/apps/files_external/tests/Command/ListCommandTest.php
index 7caf61cf57c..f2f9fa94c02 100644
--- a/apps/files_external/tests/Command/ListCommandTest.php
+++ b/apps/files_external/tests/Command/ListCommandTest.php
@@ -53,7 +53,7 @@ class ListCommandTest extends CommandTest {
}
public function testListAuthIdentifier() {
- $l10n = $this->getMock('\OC_L10N', null, [], '', false);
+ $l10n = $this->getMock('\OPC\IL10N', null, [], '', false);
$session = $this->createMock(ISession::class);
$crypto = $this->createMock(ICrypto::class);
$instance = $this->getInstance();