Skip to content

Commit fa51af4

Browse files
committed
MAGETWO-74021: "Catalog Products List" widget does not displays on frontend
1 parent ffdf57e commit fa51af4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

app/code/Magento/Rule/Test/Unit/Model/Condition/Sql/BuilderTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,6 @@ public function testAttachConditionToCollection()
6161
$collection->expects($this->any())
6262
->method('getSelect')
6363
->will($this->returnValue($select));
64-
$collection->expects($this->once())
65-
->method('getStoreId')
66-
->willReturn(1);
67-
$collection->expects($this->once())
68-
->method('getDefaultStoreId')
69-
->willReturn(1);
7064

7165
$resource->expects($this->once())
7266
->method('getConnection')

0 commit comments

Comments
 (0)