mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 17:52:02 -04:00
Fix Notification tests with phpunit 5.2+
This commit is contained in:
parent
ea9c79b7c0
commit
777dbec369
1 changed files with 2 additions and 0 deletions
|
|
@ -517,6 +517,7 @@ class NotificationTest extends TestCase {
|
|||
->setMethods([
|
||||
'isValidCommon',
|
||||
'getSubject',
|
||||
'getParsedSubject',
|
||||
])
|
||||
->getMock();
|
||||
|
||||
|
|
@ -547,6 +548,7 @@ class NotificationTest extends TestCase {
|
|||
$notification = $this->getMockBuilder('\OC\Notification\Notification')
|
||||
->setMethods([
|
||||
'isValidCommon',
|
||||
'getSubject',
|
||||
'getParsedSubject',
|
||||
])
|
||||
->getMock();
|
||||
|
|
|
|||
Loading…
Reference in a new issue