fix test
This commit is contained in:
Родитель
c85953b4c7
Коммит
6b40ed41fe
|
@ -42,11 +42,15 @@ class PageControllerTest extends UnitTestCase {
|
|||
$urlGenerator = $this->getMockBuilder('OCP\IURLGenerator')
|
||||
->disableOriginalConstructor()
|
||||
->getMock();
|
||||
$notificationService = $this->getMockBuilder('OCA\Polls\Service\NotificationService')
|
||||
->disableOriginalConstructor()
|
||||
->getMock();
|
||||
|
||||
$this->controller = new PageController(
|
||||
'polls',
|
||||
$request,
|
||||
$urlGenerator
|
||||
$urlGenerator,
|
||||
$notificationService
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче