File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
app/code/Magento/Catalog/Test/Unit/Ui/DataProvider/Product/Form/Modifier Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -97,12 +97,15 @@ protected function setUp()
97
97
*/
98
98
protected function createModel ()
99
99
{
100
- return $ this ->objectManager ->getObject (Categories::class, [
101
- 'locator ' => $ this ->locatorMock ,
102
- 'categoryCollectionFactory ' => $ this ->categoryCollectionFactoryMock ,
103
- 'arrayManager ' => $ this ->arrayManagerMock ,
104
- 'authorization ' => $ this ->authorizationMock
105
- ]);
100
+ return $ this ->objectManager ->getObject (
101
+ Categories::class,
102
+ [
103
+ 'locator ' => $ this ->locatorMock ,
104
+ 'categoryCollectionFactory ' => $ this ->categoryCollectionFactoryMock ,
105
+ 'arrayManager ' => $ this ->arrayManagerMock ,
106
+ 'authorization ' => $ this ->authorizationMock
107
+ ]
108
+ );
106
109
}
107
110
108
111
public function testModifyData ()
You can’t perform that action at this time.
0 commit comments