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 2eada9c commit e9986c5Copy full SHA for e9986c5
app/code/Magento/Robots/Test/Unit/Controller/Index/IndexTest.php
@@ -51,6 +51,9 @@ public function testExecute()
51
$resultPageMock->expects($this->once())
52
->method('addHandle')
53
->with('robots_index_index');
54
+ $resultPageMock->expects($this->once())
55
+ ->method('setHeader')
56
+ ->with('Content-Type', 'text/plain');
57
58
$this->resultPageFactory->expects($this->any())
59
->method('create')
0 commit comments