Skip to content
Snippets Groups Projects
Commit 86f1419e authored by marina's avatar marina
Browse files

Fix code style

parent 3c3168bd
Branches
No related merge requests found
......@@ -111,7 +111,9 @@ class ObserverTest extends \PHPUnit\Framework\TestCase
->method('getIterator')
->willReturn(new \ArrayIterator([$this->sitemapMock]));
$this->sitemapMock->expects($this->once())->method('generateXml')->willThrowException(new \Exception($exception));
$this->sitemapMock->expects($this->once())
->method('generateXml')
->willThrowException(new \Exception($exception));
$this->scopeConfigMock->expects($this->at(1))
->method('getValue')
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment