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 959ed85 commit 50e7f72Copy full SHA for 50e7f72
dev/tests/unit/testsuite/Magento/Cms/Controller/Noroute/IndexTest.php
@@ -103,7 +103,7 @@ protected function setUp()
103
*/
104
public function testIndexAction($renderPage)
105
{
106
- $this->_cmsHelperMock->expects($this->once())->method('renderPage')->will($this->returnValue($renderPage));
+ $this->_cmsHelperMock->expects($this->once())->method('prepareResultPage')->will($this->returnValue($renderPage));
107
$this->_requestMock->expects($this->any())->method('setActionName')->with('defaultNoRoute');
108
$this->_controller->execute();
109
}
0 commit comments