From 7a7c9b61195f9883d833eff9479a1fb20ff38301 Mon Sep 17 00:00:00 2001 From: Jamelle Gordon Date: Sun, 25 May 2025 15:52:03 +0100 Subject: [PATCH] update frontend_label and apply_to --- app/code/Magento/Catalog/Test/Fixture/CategoryAttribute.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/code/Magento/Catalog/Test/Fixture/CategoryAttribute.php b/app/code/Magento/Catalog/Test/Fixture/CategoryAttribute.php index 303ddd723d6c5..81ed31c95bfde 100644 --- a/app/code/Magento/Catalog/Test/Fixture/CategoryAttribute.php +++ b/app/code/Magento/Catalog/Test/Fixture/CategoryAttribute.php @@ -41,10 +41,10 @@ class CategoryAttribute implements RevertibleDataFixtureInterface 'entity_type_id' => '3', 'is_required' => false, 'is_user_defined' => true, - 'default_frontend_label' => 'Category Attribute%uniqid%', + 'frontend_label' => 'Category Attribute%uniqid%', 'backend_type' => 'varchar', 'is_unique' => '0', - 'apply_to' => [], + 'apply_to' => 'category', ]; /**