Skip to content

Commit a7a72fd

Browse files
committed
MC-20691: Admin: Update attribute set
1 parent 0fc0384 commit a7a72fd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/AttributeSetGroupsTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ protected function setUp()
100100
/**
101101
* Check that custom group for custom attribute set not added to product form modifier meta data.
102102
*
103-
* @magentoDataFixture Magento/Catalog/_files/attribute_set_based_on_default_with_custom_group.php
104103
* @magentoDataFixture Magento/Catalog/_files/product_with_test_attribute_set.php
105104
*
106105
* @magentoDbIsolation disabled

dev/tests/integration/testsuite/Magento/Catalog/_files/product_with_test_attribute_set.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
*/
66
declare(strict_types=1);
77

8+
require __DIR__ . '/attribute_set_based_on_default_with_custom_group.php';
9+
810
use Magento\Catalog\Api\ProductRepositoryInterface;
911
use Magento\Catalog\Model\Product\Attribute\Source\Status;
1012
use Magento\Catalog\Model\Product\Visibility;

0 commit comments

Comments
 (0)