[SearchEngine] Add unit tests

This commit is contained in:
Romain Neutron
2012-08-28 11:42:30 +02:00
parent afdeb22673
commit b284cb2661
5 changed files with 125 additions and 42 deletions

View File

@@ -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;