Use OCP\\IL10N in tests too

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2016-10-28 23:04:36 +02:00
parent 94d09141f8
commit a78f6e9586
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class ListCommandTest extends CommandTest {
} }
public function testListAuthIdentifier() { public function testListAuthIdentifier() {
$l10n = $this->getMock('\OC_L10N', null, [], '', false); $l10n = $this->getMock('\OPC\IL10N', null, [], '', false);
$session = $this->createMock(ISession::class); $session = $this->createMock(ISession::class);
$crypto = $this->createMock(ICrypto::class); $crypto = $this->createMock(ICrypto::class);
$instance = $this->getInstance(); $instance = $this->getInstance();