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 18
18
<data key =" name" unique =" suffix" >ApiCategory</data >
19
19
<data key =" is_active" >true</data >
20
20
</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 >
21
27
<entity name =" SimpleSubCategory" type =" category" >
22
28
<data key =" name" unique =" suffix" >SimpleSubCategory</data >
23
29
<data key =" name_lwr" unique =" suffix" >simplesubcategory</data >
279
285
<var key =" category_id" entityKey =" id" entityType =" category" />
280
286
<var key =" sku" entityKey =" sku" entityType =" product" />
281
287
</entity >
282
- </entities >
288
+ </entities >
Original file line number Diff line number Diff line change 22
22
<requiredEntity type =" product_extension_attribute" >EavStockItem</requiredEntity >
23
23
<requiredEntity type =" custom_attribute_array" >CustomAttributeCategoryIds</requiredEntity >
24
24
</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 >
25
39
<entity name =" SimpleProductQty100" type =" product" >
26
40
<data key =" name" unique =" suffix" >testProductName</data >
27
41
<data key =" sku" unique =" suffix" >testSku</data >
1471
1485
<requiredEntity type =" custom_attribute_array" >CustomAttributeCategoryIds</requiredEntity >
1472
1486
</entity >
1473
1487
1474
- </entities >
1488
+ </entities >
You can’t perform that action at this time.
0 commit comments