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 21f168a commit 3e4bd1fCopy full SHA for 3e4bd1f
dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductCanonicalUrlTest.php
@@ -100,15 +100,4 @@ public function testProductWithCanonicalLinksMetaTagSettingsDisabled()
100
);
101
$this->assertEquals('simple', $response['products']['items'][0]['sku']);
102
}
103
-
104
- private function reindex()
105
- {
106
- $indexer = $this->objectManager->create(Indexer::class);
107
- $indexer->load(Product::INDEXER_ID);
108
- $indexer->reindexAll();
109
- $indexer->load(Category::INDEXER_ID);
110
111
- $indexer->load(IndexerSearch::INDEXER_ID);
112
113
- }
114
-}
+}
0 commit comments