@@ -44,10 +44,10 @@ public function testWithoutIndices(bool $updateSettings): void
4444 if ($ updateSettings ) {
4545 $ this ->assertSame (<<<'EOD'
4646Creating index sf_phpunit__posts for Meilisearch\Bundle\Tests\Entity\Post
47- Settings updated of "sf_phpunit__posts".
48- Settings updated of "sf_phpunit__posts".
49- Settings updated of "sf_phpunit__posts".
50- Settings updated of "sf_phpunit__posts".
47+ Setting "stopWords" updated of "sf_phpunit__posts".
48+ Setting "filterableAttributes" updated of "sf_phpunit__posts".
49+ Setting "searchCutoffMs" updated of "sf_phpunit__posts".
50+ Setting "typoTolerance" updated of "sf_phpunit__posts".
5151Creating index sf_phpunit__comments for Meilisearch\Bundle\Tests\Entity\Comment
5252Creating index sf_phpunit__tags for Meilisearch\Bundle\Tests\Entity\Tag
5353Creating index sf_phpunit__tags for Meilisearch\Bundle\Tests\Entity\Link
@@ -56,10 +56,10 @@ public function testWithoutIndices(bool $updateSettings): void
5656Creating index sf_phpunit__self_normalizable for Meilisearch\Bundle\Tests\Entity\SelfNormalizable
5757Creating index sf_phpunit__dummy_custom_groups for Meilisearch\Bundle\Tests\Entity\DummyCustomGroups
5858Creating index sf_phpunit__dynamic_settings for Meilisearch\Bundle\Tests\Entity\DynamicSettings
59- Settings updated of "sf_phpunit__dynamic_settings".
60- Settings updated of "sf_phpunit__dynamic_settings".
61- Settings updated of "sf_phpunit__dynamic_settings".
62- Settings updated of "sf_phpunit__dynamic_settings".
59+ Setting "filterableAttributes" updated of "sf_phpunit__dynamic_settings".
60+ Setting "searchableAttributes" updated of "sf_phpunit__dynamic_settings".
61+ Setting "stopWords" updated of "sf_phpunit__dynamic_settings".
62+ Setting "synonyms" updated of "sf_phpunit__dynamic_settings".
6363Creating index sf_phpunit__aggregated for Meilisearch\Bundle\Tests\Entity\Post
6464Creating index sf_phpunit__aggregated for Meilisearch\Bundle\Tests\Entity\Tag
6565Done!
@@ -96,10 +96,10 @@ public function testWithIndices(): void
9696
9797 $ this ->assertSame (<<<'EOD'
9898Creating index sf_phpunit__posts for Meilisearch\Bundle\Tests\Entity\Post
99- Settings updated of "sf_phpunit__posts".
100- Settings updated of "sf_phpunit__posts".
101- Settings updated of "sf_phpunit__posts".
102- Settings updated of "sf_phpunit__posts".
99+ Setting "stopWords" updated of "sf_phpunit__posts".
100+ Setting "filterableAttributes" updated of "sf_phpunit__posts".
101+ Setting "searchCutoffMs" updated of "sf_phpunit__posts".
102+ Setting "typoTolerance" updated of "sf_phpunit__posts".
103103Done!
104104
105105EOD, $ createOutput );
@@ -121,10 +121,10 @@ public function testWithDynamicSettings(): void
121121
122122 $ this ->assertSame (<<<'EOD'
123123Creating index sf_phpunit__dynamic_settings for Meilisearch\Bundle\Tests\Entity\DynamicSettings
124- Settings updated of "sf_phpunit__dynamic_settings".
125- Settings updated of "sf_phpunit__dynamic_settings".
126- Settings updated of "sf_phpunit__dynamic_settings".
127- Settings updated of "sf_phpunit__dynamic_settings".
124+ Setting "filterableAttributes" updated of "sf_phpunit__dynamic_settings".
125+ Setting "searchableAttributes" updated of "sf_phpunit__dynamic_settings".
126+ Setting "stopWords" updated of "sf_phpunit__dynamic_settings".
127+ Setting "synonyms" updated of "sf_phpunit__dynamic_settings".
128128Done!
129129
130130EOD, $ importOutput );
0 commit comments