Skip to content

Commit 86f1419

Browse files
committed
Fix code style
1 parent 3c3168b commit 86f1419

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/code/Magento/Sitemap/Test/Unit/Model/ObserverTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,9 @@ public function testScheduledGenerateSitemapsSendsExceptionEmail()
111111
->method('getIterator')
112112
->willReturn(new \ArrayIterator([$this->sitemapMock]));
113113

114-
$this->sitemapMock->expects($this->once())->method('generateXml')->willThrowException(new \Exception($exception));
114+
$this->sitemapMock->expects($this->once())
115+
->method('generateXml')
116+
->willThrowException(new \Exception($exception));
115117

116118
$this->scopeConfigMock->expects($this->at(1))
117119
->method('getValue')

0 commit comments

Comments
 (0)