$this->helper,
$this->registry,
$this->indexCreator,
$this->iteratorFactory,
$this->client,
$logger,
$this->currencyRepository,
$this->languageRepository,
1,
$this->bus,
$this->newEsIndexer,
new ElasticsearchLanguageProvider($this->languageRepository,
new EventDispatcher()) );
} /**
* @return AbstractElasticsearchDefinition&MockObject
*/
private function createDefinition(string
$name): AbstractElasticsearchDefinition
{ $es =
$this->
createMock(AbstractElasticsearchDefinition::
class);
$definition =
$this->
createMock(EntityDefinition::
class);