product attributes

This commit is contained in:
2025-04-05 02:06:23 -07:00
parent 4e6b7ca1ac
commit bb1dab1f43
12 changed files with 319 additions and 12 deletions

View File

@@ -63,6 +63,7 @@ class ProductsTableTest extends TestCase
// verify all associations loaded
$expectedAssociations = [
'ProductCategories',
'ProductAttributes',
];
$associations = $this->Products->associations();