variant options wip

This commit is contained in:
2025-07-05 20:08:56 -07:00
parent c9d34f7115
commit 5adc791c20
16 changed files with 462 additions and 1 deletions

View File

@@ -64,6 +64,7 @@ class ProductsTableTest extends TestCase
$expectedAssociations = [
'ProductCategories',
'ProductAttributes',
'ProductCategoryVariants',
];
$associations = $this->Products->associations();