File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/Import/Product/Type Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,15 @@ protected function setUp()
28
28
$ this ->_model = $ this ->getMockForAbstractClass (
29
29
\Magento \CatalogImportExport \Model \Import \Product \Type \AbstractType::class,
30
30
[
31
- $ this ->objectManager ->get (\Magento \Eav \Model \ResourceModel \Entity \Attribute \Set \CollectionFactory::class),
32
- $ this ->objectManager ->get (\Magento \Catalog \Model \ResourceModel \Product \Attribute \CollectionFactory::class),
33
- $ this ->objectManager ->get (\Magento \Framework \App \ResourceConnection::class),
31
+ $ this ->objectManager ->get (
32
+ \Magento \Eav \Model \ResourceModel \Entity \Attribute \Set \CollectionFactory::class
33
+ ),
34
+ $ this ->objectManager ->get (
35
+ \Magento \Catalog \Model \ResourceModel \Product \Attribute \CollectionFactory::class
36
+ ),
37
+ $ this ->objectManager ->get (
38
+ \Magento \Framework \App \ResourceConnection::class
39
+ ),
34
40
$ params
35
41
]
36
42
);
You can’t perform that action at this time.
0 commit comments