Skip to content

Commit 77c0607

Browse files
Andrei KuprienkaAndrei Kuprienka
authored andcommitted
MAGNIMEX-SPRINT2: Add lost php unit tests
fix test error
1 parent f6c3836 commit 77c0607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/ConfigurableImportExport/Test/Unit/Model/Import/Product/Type/ConfigurableTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ protected function setUp()
109109

110110
$this->attrCollectionFactory = $this->getMock(
111111
'Magento\Catalog\Model\Resource\Product\Attribute\CollectionFactory',
112-
[],
112+
['create'],
113113
[],
114114
'',
115115
false

0 commit comments

Comments
 (0)