Skip to content

Commit 4947089

Browse files
MAGETWO-49634: Eliminate Magento/Catalog/Ui/DataProvider/Grouper
1 parent 9286222 commit 4947089

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app/code/Magento/Catalog/Test/Unit/Ui/DataProvider/Product/Form/Modifier/GeneralTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ protected function createModel()
2323
{
2424
return $this->objectManager->getObject(General::class, [
2525
'locator' => $this->locatorMock,
26-
'grouper' => $this->grouperMock,
2726
'arrayManager' => $this->arrayManagerMock,
2827
]);
2928
}

app/code/Magento/GiftMessage/Test/Unit/Ui/DataProvider/Product/Modifier/GiftMessageTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ protected function createModel()
3535
{
3636
return $this->objectManager->getObject(GiftMessage::class, [
3737
'locator' => $this->locatorMock,
38-
'grouper' => $this->grouperMock,
3938
'scopeConfig' => $this->scopeConfigMock,
4039
]);
4140
}

0 commit comments

Comments
 (0)