Skip to content

Commit 56dc186

Browse files
author
Yuri Kovsher
committed
MAGETWO-17189: Recently Compared / Viewed widgets aren't displayed in side columns
1 parent 979ed62 commit 56dc186

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

dev/tests/unit/testsuite/Magento/Reports/Model/Event/ObserverTest.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,7 @@ public function setUp()
8585
->willReturn($this->storeMock);
8686
$this->productCompFactoryMock = $this->getMockBuilder('Magento\Reports\Model\Product\Index\ComparedFactory')
8787
->disableOriginalConstructor()
88-
->setMethods(
89-
[
90-
'create'
91-
]
92-
)
88+
->setMethods(['create'])
9389
->getMock();
9490
$this->productCompModelMock = $this->getMockBuilder('Magento\Reports\Model\Product\Index\Compared')
9591
->disableOriginalConstructor()

0 commit comments

Comments
 (0)