Bladeren bron

Fix notification tests

tags/v9.1.0beta1
Roeland Jago Douma 8 jaren geleden
bovenliggende
commit
f9ade49c7e
No account linked to committer's email address
1 gewijzigde bestanden met toevoegingen van 2 en 0 verwijderingen
  1. 2
    0
      tests/lib/notification/notificationtest.php

+ 2
- 0
tests/lib/notification/notificationtest.php Bestand weergeven

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


Laden…
Annuleren
Opslaan