We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c23e49b commit d9fe54aCopy full SHA for d9fe54a
app/code/Magento/Theme/Test/Unit/Controller/Adminhtml/System/Design/Theme/IndexTest.php
@@ -18,7 +18,9 @@ public function testIndexAction()
18
$menuModel = $this->getMock(
19
\Magento\Backend\Model\Menu::class,
20
[],
21
- [$this->getMock(\Psr\Log\LoggerInterface::class)]
+ [$this->getMock(\Psr\Log\LoggerInterface::class)],
22
+ '',
23
+ false
24
);
25
$menuModel->expects($this->once())
26
->method('getParentItems')
0 commit comments