Skip to content

Commit db76b7d

Browse files
authored
Merge pull request #55 from magento-epam/EPAM-MAGETWO-91620
MAGETWO-91620: It is not possible to use function setInAllAttributeSe…
2 parents 8db43e7 + 5c2c6ff commit db76b7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Eav/Test/Unit/Model/ResourceModel/Entity/Attribute/CollectionTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ public function testSetInAllAttributeSetsFilter()
150150
$this->selectMock->expects($this->atLeastOnce())->method('group')->with('entity_attribute.attribute_id')
151151
->willReturnSelf();
152152

153-
$this->selectMock->expects($this->atLeastOnce())->method('having')->with(new \Zend_Db_Expr('COUNT(*)') . ' = ' . count($setIds))
154-
->willReturnSelf();
153+
$this->selectMock->expects($this->atLeastOnce())->method('having')
154+
->with(new \Zend_Db_Expr('COUNT(*)') . ' = ' . count($setIds))->willReturnSelf();
155155

156156
$this->model->setInAllAttributeSetsFilter($setIds);
157157
}

0 commit comments

Comments
 (0)