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 a284ec1 commit c59df93Copy full SHA for c59df93
app/code/Magento/Elasticsearch/Test/Unit/Model/Adapter/Index/Config/EsConfigTest.php
@@ -64,7 +64,10 @@ protected function setUp(): void
64
$this->serializerMock->expects($this->once())
65
->method('unserialize')
66
->with('serializedData')
67
- ->willReturn(['unserializedData']);
+ ->willReturn([
68
+ 'stemmerInfo' => [],
69
+ 'stopwordsInfo' => []
70
+ ]);
71
72
$this->config = $this->objectManager->getObject(
73
EsConfig::class,
0 commit comments