Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2018-11-16 09:20:49 +0300
committerdartcafe <github@dartcafe.de>2018-11-16 09:20:49 +0300
commitcfedef7ea981dff344147f2dfcd5c9e272d29b0b (patch)
tree525fdab1f16219941155ba15c23a1281b2f96379 /tests
parent32215c161612d3b51eb4aba0dd27908f49d8979f (diff)
OMG
Diffstat (limited to 'tests')
-rw-r--r--tests/Unit/Controller/PageControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Controller/PageControllerTest.php b/tests/Unit/Controller/PageControllerTest.php
index 9b7a1be4..fc16e278 100644
--- a/tests/Unit/Controller/PageControllerTest.php
+++ b/tests/Unit/Controller/PageControllerTest.php
@@ -65,7 +65,7 @@ class PageControllerTest extends UnitTestCase {
$userManager = $this->getMockBuilder('OCP\IUserManager')
->disableOriginalConstructor()
->getMock();
- $transFactory = $this->getMockBuilder('OCP\IL10N\IFactory')
+ $transFactory = $this->getMockBuilder('OCP\L10N\IFactory')
->disableOriginalConstructor()
->getMock();
$mailer = $this->getMockBuilder('OCP\IMailer')