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 3452706 commit 72db9daCopy full SHA for 72db9da
app/code/Magento/Sitemap/Test/Unit/Model/ObserverTest.php
@@ -166,6 +166,9 @@ public function testCronGenerateSitemapEnvironmentEmulation()
166
->method('getStoreId')
167
->willReturn($storeId);
168
169
+ $this->sitemapMock->expects($this->once())
170
+ ->method('generateXml');
171
+
172
$this->appEmulationMock->expects($this->once())
173
->method('startEnvironmentEmulation');
174
0 commit comments