Browse Source

Fix notification tests

tags/v9.1.0beta1
Roeland Jago Douma 8 years ago
parent
commit
f9ade49c7e
No account linked to committer's email address
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      tests/lib/notification/notificationtest.php

+ 2
- 0
tests/lib/notification/notificationtest.php View File

@@ -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();


Loading…
Cancel
Save