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 3c3168b commit 86f1419Copy full SHA for 86f1419
app/code/Magento/Sitemap/Test/Unit/Model/ObserverTest.php
@@ -111,7 +111,9 @@ public function testScheduledGenerateSitemapsSendsExceptionEmail()
111
->method('getIterator')
112
->willReturn(new \ArrayIterator([$this->sitemapMock]));
113
114
- $this->sitemapMock->expects($this->once())->method('generateXml')->willThrowException(new \Exception($exception));
+ $this->sitemapMock->expects($this->once())
115
+ ->method('generateXml')
116
+ ->willThrowException(new \Exception($exception));
117
118
$this->scopeConfigMock->expects($this->at(1))
119
->method('getValue')
0 commit comments