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 ce1263d commit ccec05aCopy full SHA for ccec05a
app/code/Magento/Search/Test/Unit/Model/SynonymAnalyzerTest.php
@@ -49,9 +49,9 @@ protected function setUp(): void
49
*/
50
public function testGetSynonymsForPhrase()
51
{
52
- $phrase = 'Elizabeth is the british queen';
+ $phrase = 'Elizabeth/Angela is the british queen';
53
$expected = [
54
- 0 => [ 0 => "Elizabeth" ],
+ 0 => [ 0 => "Elizabeth/Angela" ],
55
1 => [ 0 => "is" ],
56
2 => [ 0 => "the" ],
57
3 => [ 0 => "british", 1 => "english" ],
0 commit comments