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.
2 parents 8db43e7 + 5c2c6ff commit db76b7dCopy full SHA for db76b7d
app/code/Magento/Eav/Test/Unit/Model/ResourceModel/Entity/Attribute/CollectionTest.php
@@ -150,8 +150,8 @@ public function testSetInAllAttributeSetsFilter()
150
$this->selectMock->expects($this->atLeastOnce())->method('group')->with('entity_attribute.attribute_id')
151
->willReturnSelf();
152
153
- $this->selectMock->expects($this->atLeastOnce())->method('having')->with(new \Zend_Db_Expr('COUNT(*)') . ' = ' . count($setIds))
154
- ->willReturnSelf();
+ $this->selectMock->expects($this->atLeastOnce())->method('having')
+ ->with(new \Zend_Db_Expr('COUNT(*)') . ' = ' . count($setIds))->willReturnSelf();
155
156
$this->model->setInAllAttributeSetsFilter($setIds);
157
}
0 commit comments