]> source.dussan.org Git - nextcloud-server.git/commitdiff
Use OCP\\IL10N in tests too 1948/head
authorMorris Jobke <hey@morrisjobke.de>
Fri, 28 Oct 2016 21:04:36 +0000 (23:04 +0200)
committerMorris Jobke <hey@morrisjobke.de>
Fri, 28 Oct 2016 21:04:36 +0000 (23:04 +0200)
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
apps/files_external/tests/Command/ListCommandTest.php

index 7caf61cf57cbc9763d3c49b26731368800687f17..f2f9fa94c025a0ebbb518d0f62ea6cc7fb9327d0 100644 (file)
@@ -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();