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 3074745 commit 55b7a45Copy full SHA for 55b7a45
dev/tests/integration/testsuite/Magento/AdvancedSearch/Model/SuggestedQueriesTest.php
@@ -25,7 +25,11 @@ protected function setUp(): void
25
}
26
27
/**
28
+ * @magentoDbIsolation disabled
29
* @magentoDataFixture Magento\Catalog\Test\Fixture\Product with:{"name":"fresh arugula salad"}
30
+ * @magentoDataFixture Magento/CatalogSearch/_files/full_reindex.php
31
+ * @magentoConfigFixture current_store catalog/search/elasticsearch_index_prefix suggested_queries_test
32
+ * @magentoConfigFixture current_store catalog/search/search_suggestion_enabled 1
33
* @magentoConfigFixture current_store catalog/search/search_suggestion_count 8
34
*/
35
public function testGetItems(): void
0 commit comments