Skip to content

Commit d9fe54a

Browse files
author
Sergey Semenov
committed
MAGETWO-58796: Add request parameter to CMS event observer
1 parent c23e49b commit d9fe54a

File tree

1 file changed

+3
-1
lines changed
  • app/code/Magento/Theme/Test/Unit/Controller/Adminhtml/System/Design/Theme

1 file changed

+3
-1
lines changed

app/code/Magento/Theme/Test/Unit/Controller/Adminhtml/System/Design/Theme/IndexTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ public function testIndexAction()
1818
$menuModel = $this->getMock(
1919
\Magento\Backend\Model\Menu::class,
2020
[],
21-
[$this->getMock(\Psr\Log\LoggerInterface::class)]
21+
[$this->getMock(\Psr\Log\LoggerInterface::class)],
22+
'',
23+
false
2224
);
2325
$menuModel->expects($this->once())
2426
->method('getParentItems')

0 commit comments

Comments
 (0)