product variants table split off from category variants table, variant values table updated to reflect
This commit is contained in:
@@ -25,6 +25,13 @@ class ProductsFixture extends TestFixture
|
||||
'product_type_id' => 1,
|
||||
'deleted' => null,
|
||||
],
|
||||
[
|
||||
'id' => 'cfc98a9a-29b2-44c8-b587-8156adc05318',
|
||||
'name' => 'Heat Shrink',
|
||||
'product_category_id' => '6d223283-361b-4f9f-a7f1-c97aa0ca4c23',
|
||||
'product_type_id' => 1,
|
||||
'deleted' => null,
|
||||
],
|
||||
];
|
||||
parent::init();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user