mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Remove useless method in SearchEngineInterface
This commit is contained in:
@@ -223,8 +223,6 @@ abstract class PhraseanetAuthenticatedWebTestCase extends \PhraseanetAuthenticat
|
||||
$searchEngine = $this->prophesize(SearchEngineInterface::class);
|
||||
$searchEngine->query('', 0, Argument::any(), Argument::any())
|
||||
->willReturn($result);
|
||||
$searchEngine->excerpt(Argument::any(), Argument::any(), Argument::any(), Argument::any())
|
||||
->willReturn([]);
|
||||
|
||||
$app['search_engine'] = $searchEngine->reveal();
|
||||
return $app;
|
||||
|
Reference in New Issue
Block a user