File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/GroupedImportExport/Test/Unit/Model/Import/Product/Type Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ public function saveDataProvider()
192
192
'skus ' => [
193
193
'newSku ' => [
194
194
'sku_assoc1 ' => ['entity_id ' => 1 ],
195
- 'productSku ' => ['entity_id ' => 3 , 'attr_set_code ' => 'Default ' , 'type_id ' => 'grouped ' ]
195
+ 'productsku ' => ['entity_id ' => 3 , 'attr_set_code ' => 'Default ' , 'type_id ' => 'grouped ' ]
196
196
],
197
197
'oldSku ' => ['sku_assoc2 ' => ['entity_id ' => 2 ]]
198
198
],
@@ -205,7 +205,7 @@ public function saveDataProvider()
205
205
[
206
206
'skus ' => [
207
207
'newSku ' => [
208
- 'productSku ' => ['entity_id ' => 1 , 'attr_set_code ' => 'Default ' , 'type_id ' => 'grouped ' ]
208
+ 'productsku ' => ['entity_id ' => 1 , 'attr_set_code ' => 'Default ' , 'type_id ' => 'grouped ' ]
209
209
],
210
210
'oldSku ' => []
211
211
],
@@ -247,7 +247,7 @@ public function testSaveDataScopeStore()
247
247
{
248
248
$ this ->entityModel ->expects ($ this ->once ())->method ('getNewSku ' )->will ($ this ->returnValue ([
249
249
'sku_assoc1 ' => ['entity_id ' => 1 ],
250
- 'productSku ' => ['entity_id ' => 2 , 'attr_set_code ' => 'Default ' , 'type_id ' => 'grouped ' ]
250
+ 'productsku ' => ['entity_id ' => 2 , 'attr_set_code ' => 'Default ' , 'type_id ' => 'grouped ' ]
251
251
]));
252
252
$ this ->entityModel ->expects ($ this ->once ())->method ('getOldSku ' )->will ($ this ->returnValue ([
253
253
'sku_assoc2 ' => ['entity_id ' => 3 ]
You can’t perform that action at this time.
0 commit comments