category photos should be working

This commit is contained in:
2025-10-12 01:04:36 -07:00
parent 66db31c7ad
commit 30aad1dea4
11 changed files with 105 additions and 9 deletions

View File

@@ -65,9 +65,11 @@ class ProductCategoriesTableTest extends TestCase
'ProductCatalogs',
'ParentProductCategories',
'ChildProductCategories',
// 'Products',
'Products',
'ProductCategoryAttributes',
'ProductCategoryVariants',
'ProductPhotos',
'PrimaryProductPhotos',
];
$associations = $this->ProductCategories->associations();