File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed
app/code/Magento/Catalog/Test/Mftf/Data Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1818 <data key =" name" unique =" suffix" >ApiCategory</data >
1919 <data key =" is_active" >true</data >
2020 </entity >
21+ <entity name =" CategoryB" type =" category" >
22+ <data key =" name" unique =" suffix" >CategoryB</data >
23+ <data key =" name_lwr" unique =" suffix" >CategoryB</data >
24+ <data key =" urlKey" unique =" suffix" >CategoryB</data >
25+ <data key =" is_active" >true</data >
26+ </entity >
2127 <entity name =" SimpleSubCategory" type =" category" >
2228 <data key =" name" unique =" suffix" >SimpleSubCategory</data >
2329 <data key =" name_lwr" unique =" suffix" >simplesubcategory</data >
279285 <var key =" category_id" entityKey =" id" entityType =" category" />
280286 <var key =" sku" entityKey =" sku" entityType =" product" />
281287 </entity >
282- </entities >
288+ </entities >
Original file line number Diff line number Diff line change 2222 <requiredEntity type =" product_extension_attribute" >EavStockItem</requiredEntity >
2323 <requiredEntity type =" custom_attribute_array" >CustomAttributeCategoryIds</requiredEntity >
2424 </entity >
25+ <entity name =" productA" type =" product" >
26+ <data key =" name" unique =" suffix" >productA</data >
27+ <data key =" sku" unique =" suffix" >productAfortest</data >
28+ <data key =" urlKey" unique =" suffix" >simple-product-for-producta</data >
29+ <data key =" type_id" >simple</data >
30+ <data key =" attribute_set_id" >4</data >
31+ <data key =" visibility" >4</data >
32+ <data key =" price" >123.00</data >
33+ <data key =" status" >1</data >
34+ <data key =" quantity" >100</data >
35+ <data key =" weight" >1</data >
36+ <requiredEntity type =" product_extension_attribute" >EavStockItem</requiredEntity >
37+ <requiredEntity type =" custom_attribute_array" >CustomAttributeCategoryIds</requiredEntity >
38+ </entity >
2539 <entity name =" SimpleProductQty100" type =" product" >
2640 <data key =" name" unique =" suffix" >testProductName</data >
2741 <data key =" sku" unique =" suffix" >testSku</data >
14711485 <requiredEntity type =" custom_attribute_array" >CustomAttributeCategoryIds</requiredEntity >
14721486 </entity >
14731487
1474- </entities >
1488+ </entities >
You can’t perform that action at this time.
0 commit comments