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 ffdf57e commit fa51af4Copy full SHA for fa51af4
app/code/Magento/Rule/Test/Unit/Model/Condition/Sql/BuilderTest.php
@@ -61,12 +61,6 @@ public function testAttachConditionToCollection()
61
$collection->expects($this->any())
62
->method('getSelect')
63
->will($this->returnValue($select));
64
- $collection->expects($this->once())
65
- ->method('getStoreId')
66
- ->willReturn(1);
67
68
- ->method('getDefaultStoreId')
69
70
71
$resource->expects($this->once())
72
->method('getConnection')
0 commit comments