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 44ee98e commit c01460eCopy full SHA for c01460e
app/code/Magento/Integration/Test/Unit/Controller/Token/AccessTest.php
@@ -97,7 +97,7 @@ protected function setUp()
97
'',
98
false
99
);
100
- $page->expects($this->any())->method('getConfig')->will($this->returnValue(pageConfig));
+ $page->expects($this->any())->method('getConfig')->will($this->returnValue($pageConfig));
101
$page->expects($this->any())->method('addPageLayoutHandles')->will($this->returnSelf());
102
$page->expects($this->any())->method('getLayout')->will($this->returnValue($layout));
103
0 commit comments