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 830ef82 commit d6dd3ddCopy full SHA for d6dd3dd
dev/tests/integration/testsuite/Magento/Framework/Search/_files/grouped_product.php
@@ -22,7 +22,7 @@
22
$attributeRepository = $objectManager->create(ProductAttributeRepositoryInterface::class);
23
$attribute = $attributeRepository->get('tax_class_id');
24
$attribute->setIsFilterableInSearch(true);
25
-$attributeRepository->save($attribute);
+$attribute->save();
26
27
/** @var SearchCriteriaBuilder $searchCriteriaBuilder */
28
$searchCriteriaBuilder = $objectManager->create(SearchCriteriaBuilder::class);
0 commit comments