mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 13:33:14 +00:00
[SearchEngine] Add unit tests
This commit is contained in:
@@ -2,11 +2,12 @@
|
||||
|
||||
namespace Alchemy\Phrasea\SearchEngine\SphinxSearch;
|
||||
|
||||
use Alchemy\Phrasea\SearchEngine\ConfigurationPanelInterface;
|
||||
use Silex\Application;
|
||||
use Symfony\Component\Finder\Finder;
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
|
||||
class ConfigurationPanel
|
||||
class ConfigurationPanel implements ConfigurationPanelInterface
|
||||
{
|
||||
protected $charsets;
|
||||
protected $searchEngine;
|
||||
|
Reference in New Issue
Block a user