Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 73ece06

Browse files
committed
Migration of Elasticsearch Integration from Magento Commerce to Magento Open Source
1 parent 39624bc commit 73ece06

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

dev/tests/integration/testsuite/Magento/Elasticsearch/Model/Indexer/ReindexAllTest.php

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -96,22 +96,6 @@ public function testSearchSpecificProduct()
9696
self::assertEquals($specificProduct->getId(), $result[0]['_id']);
9797
}
9898

99-
/**
100-
* Test search of grouped product after full reindex
101-
*
102-
* @magentoDataFixture Magento/GroupedProduct/_files/product_grouped_with_simple.php
103-
* @magentoConfigFixture current_store catalog/search/engine elasticsearch
104-
* @magentoConfigFixture current_store catalog/search/elasticsearch_index_prefix indexerhandlertest_grouped
105-
*/
106-
public function testSearchGroupedProduct()
107-
{
108-
$expectedProductName = 'Grouped Product Simple 11 Simple 22';
109-
$this->reindexAll();
110-
$result = $this->searchByName('Grouped Product');
111-
self::assertCount(1, $result);
112-
self::assertEquals($expectedProductName, $result[0]['_source']['name']);
113-
}
114-
11599
/**
116100
* @param string $text
117101
* @return array

0 commit comments

Comments
 (0)