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 a4699c7 commit adca29fCopy full SHA for adca29f
app/code/Magento/Search/Test/Unit/Model/SynonymAnalyzerTest.php
@@ -10,7 +10,7 @@
10
/**
11
* Class SynonymAnalyzerTest
12
*/
13
-class SynonymAnalyzerTest extends \PHPUnit\Framework\TestCase
+class SynonymAnalyzerTest extends \PHPUnit_Framework_TestCase
14
{
15
16
* @var \Magento\Search\Model\SynonymAnalyzer
@@ -83,4 +83,4 @@ public function testGetSynonymsForPhraseEmptyPhrase()
83
$actual = $this->synonymAnalyzer->getSynonymsForPhrase($phrase);
84
$this->assertEquals($expected, $actual);
85
}
86
-}
+}
0 commit comments