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()
192192 'skus ' => [
193193 'newSku ' => [
194194 '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 ' ]
196196 ],
197197 'oldSku ' => ['sku_assoc2 ' => ['entity_id ' => 2 ]]
198198 ],
@@ -205,7 +205,7 @@ public function saveDataProvider()
205205 [
206206 'skus ' => [
207207 '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 ' ]
209209 ],
210210 'oldSku ' => []
211211 ],
@@ -247,7 +247,7 @@ public function testSaveDataScopeStore()
247247 {
248248 $ this ->entityModel ->expects ($ this ->once ())->method ('getNewSku ' )->will ($ this ->returnValue ([
249249 '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 ' ]
251251 ]));
252252 $ this ->entityModel ->expects ($ this ->once ())->method ('getOldSku ' )->will ($ this ->returnValue ([
253253 'sku_assoc2 ' => ['entity_id ' => 3 ]
You can’t perform that action at this time.
0 commit comments