diff options
author | Roeland Jago Douma <rullzer@owncloud.com> | 2016-04-08 14:41:30 +0200 |
---|---|---|
committer | Roeland Jago Douma <rullzer@owncloud.com> | 2016-04-08 15:23:06 +0200 |
commit | f9ade49c7e22ce1ae06ec92aea871622673826f5 (patch) | |
tree | 12174e6756e0d57758e38f0a9a35fcba4f506fde /tests/lib | |
parent | b9b19cef41b5125a5b3e303ffef2187903ee5c1a (diff) | |
download | nextcloud-server-f9ade49c7e22ce1ae06ec92aea871622673826f5.tar.gz nextcloud-server-f9ade49c7e22ce1ae06ec92aea871622673826f5.zip |
Fix notification tests
Diffstat (limited to 'tests/lib')
-rw-r--r-- | tests/lib/notification/notificationtest.php | 2 |
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(); |