Skip to content

Commit c01460e

Browse files
author
Cari Spruiell
committed
MAGETWO-37464: Merge and Fix Builds
- fix variable name
1 parent 44ee98e commit c01460e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Integration/Test/Unit/Controller/Token/AccessTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ protected function setUp()
9797
'',
9898
false
9999
);
100-
$page->expects($this->any())->method('getConfig')->will($this->returnValue(pageConfig));
100+
$page->expects($this->any())->method('getConfig')->will($this->returnValue($pageConfig));
101101
$page->expects($this->any())->method('addPageLayoutHandles')->will($this->returnSelf());
102102
$page->expects($this->any())->method('getLayout')->will($this->returnValue($layout));
103103

0 commit comments

Comments
 (0)