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 79e263d commit 030b194Copy full SHA for 030b194
Tests/Functional/MappingToElasticaTest.php
@@ -39,8 +39,8 @@ public function testResetIndexAddsMappings()
39
$parent = $this->getType($client, 'parent');
40
$mapping = $parent->getMapping();
41
42
- $this->assertEquals('my_analyzer', $mapping['type']['index_analyzer']);
43
- $this->assertEquals('whitespace', $mapping['type']['search_analyzer']);
+ $this->assertEquals('my_analyzer', $mapping['parent']['index_analyzer']);
+ $this->assertEquals('whitespace', $mapping['parent']['search_analyzer']);
44
}
45
46
public function testResetType()
0 commit comments