summaryrefslogtreecommitdiffstats
path: root/tests/lib
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@owncloud.com>2016-04-08 14:41:30 +0200
committerRoeland Jago Douma <rullzer@owncloud.com>2016-04-08 15:23:06 +0200
commitf9ade49c7e22ce1ae06ec92aea871622673826f5 (patch)
tree12174e6756e0d57758e38f0a9a35fcba4f506fde /tests/lib
parentb9b19cef41b5125a5b3e303ffef2187903ee5c1a (diff)
downloadnextcloud-server-f9ade49c7e22ce1ae06ec92aea871622673826f5.tar.gz
nextcloud-server-f9ade49c7e22ce1ae06ec92aea871622673826f5.zip
Fix notification tests
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib/notification/notificationtest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lib/notification/notificationtest.php b/tests/lib/notification/notificationtest.php
index ee9454c77a0..c6ededf0142 100644
--- a/tests/lib/notification/notificationtest.php
+++ b/tests/lib/notification/notificationtest.php
@@ -517,6 +517,7 @@ class NotificationTest extends TestCase {
->setMethods([
'isValidCommon',
'getSubject',
+ 'getParsedSubject',
])
->getMock();
@@ -548,6 +549,7 @@ class NotificationTest extends TestCase {
->setMethods([
'isValidCommon',
'getParsedSubject',
+ 'getSubject',
])
->getMock();