We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c283f0 commit 830ef82Copy full SHA for 830ef82
dev/tests/integration/testsuite/Magento/Framework/Search/_files/grouped_product.php
@@ -19,7 +19,7 @@
19
$objectManager = Bootstrap::getObjectManager();
20
21
/** @var \Magento\Catalog\Api\ProductAttributeRepositoryInterface $attributeRepository */
22
-$attributeRepository = $objectManager->get(ProductAttributeRepositoryInterface::class);
+$attributeRepository = $objectManager->create(ProductAttributeRepositoryInterface::class);
23
$attribute = $attributeRepository->get('tax_class_id');
24
$attribute->setIsFilterableInSearch(true);
25
$attributeRepository->save($attribute);
0 commit comments