Skip to content

Commit adca29f

Browse files
committed
Compatibility fix
1 parent a4699c7 commit adca29f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Search/Test/Unit/Model/SynonymAnalyzerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/**
1111
* Class SynonymAnalyzerTest
1212
*/
13-
class SynonymAnalyzerTest extends \PHPUnit\Framework\TestCase
13+
class SynonymAnalyzerTest extends \PHPUnit_Framework_TestCase
1414
{
1515
/**
1616
* @var \Magento\Search\Model\SynonymAnalyzer
@@ -83,4 +83,4 @@ public function testGetSynonymsForPhraseEmptyPhrase()
8383
$actual = $this->synonymAnalyzer->getSynonymsForPhrase($phrase);
8484
$this->assertEquals($expected, $actual);
8585
}
86-
}
86+
}

0 commit comments

Comments
 (0)