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
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2018-11-16 09:23:52 +0300
committerdartcafe <github@dartcafe.de>2018-11-16 09:23:52 +0300
commitb1c39fe22225400324bdd288b90f19c80e2a5a71 (patch)
treea46aa8f0d8a150eab973982b237060b2e80a5ad6 /tests/Unit
parentcfedef7ea981dff344147f2dfcd5c9e272d29b0b (diff)
Getting mad
Diffstat (limited to 'tests/Unit')
-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 fc16e278..b828eba0 100644
--- a/tests/Unit/Controller/PageControllerTest.php
+++ b/tests/Unit/Controller/PageControllerTest.php
@@ -68,7 +68,7 @@ class PageControllerTest extends UnitTestCase {
$transFactory = $this->getMockBuilder('OCP\L10N\IFactory')
->disableOriginalConstructor()
->getMock();
- $mailer = $this->getMockBuilder('OCP\IMailer')
+ $mailer = $this->getMockBuilder('OCP\Mail\IMailer')
->disableOriginalConstructor()
->getMock();
$commentMapper = $this->getMockBuilder('OCA\Polls\Db\CommentMapper')