fix sku variant values association on variants table
git st
This commit is contained in:
@@ -65,7 +65,7 @@ class ProductVariantsTableTest extends TestCase
|
||||
$expectedAssociations = [
|
||||
'Products',
|
||||
'ProductCategoryVariants',
|
||||
'ProductCategoryVariantOptions',
|
||||
'ProductSkuVariantValues',
|
||||
];
|
||||
$associations = $this->ProductVariants->associations();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user