Fix notification tests

remotes/origin/integration_test_favorites
Roeland Jago Douma 10 years ago
parent b9b19cef41
commit f9ade49c7e
No known key found for this signature in database
GPG Key ID: 1E152838F164D13B
  1. 2
      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();

Loading…
Cancel
Save