Skip to content

Commit b037ba3

Browse files
author
Evgeniy Miskov
committed
MAGETWO-33059: Refactor CMS module
1 parent 2d689e2 commit b037ba3

File tree

1 file changed

+4
-2
lines changed
  • dev/tests/unit/testsuite/Magento/Cms/Controller/Noroute

1 file changed

+4
-2
lines changed

dev/tests/unit/testsuite/Magento/Cms/Controller/Noroute/IndexTest.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ public function testExecuteResultPage()
9292
)->method(
9393
'setHeader'
9494
)->with(
95-
'HTTP/1.1', '404 Not Found'
95+
'HTTP/1.1',
96+
'404 Not Found'
9697
)->will(
9798
$this->returnSelf()
9899
);
@@ -101,7 +102,8 @@ public function testExecuteResultPage()
101102
)->method(
102103
'setHeader'
103104
)->with(
104-
'Status', '404 File not found'
105+
'Status',
106+
'404 File not found'
105107
)->will(
106108
$this->returnSelf()
107109
);

0 commit comments

Comments
 (0)