Fix Notification tests with phpunit 5.2+
This commit is contained in:
parent
ea9c79b7c0
commit
777dbec369
|
@ -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 New Issue