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 2d689e2 commit b037ba3Copy full SHA for b037ba3
dev/tests/unit/testsuite/Magento/Cms/Controller/Noroute/IndexTest.php
@@ -92,7 +92,8 @@ public function testExecuteResultPage()
92
)->method(
93
'setHeader'
94
)->with(
95
- 'HTTP/1.1', '404 Not Found'
+ 'HTTP/1.1',
96
+ '404 Not Found'
97
)->will(
98
$this->returnSelf()
99
);
@@ -101,7 +102,8 @@ public function testExecuteResultPage()
101
102
103
104
- 'Status', '404 File not found'
105
+ 'Status',
106
+ '404 File not found'
107
108
109
0 commit comments