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:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Alchemy\Phrasea\SearchEngine;
|
||||
|
||||
use Silex\Application;
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
|
||||
interface ConfigurationPanelInterface
|
||||
{
|
||||
|
||||
public function get(Application $app, Request $request);
|
||||
|
||||
public function post(Application $app, Request $request);
|
||||
}
|
Reference in New Issue
Block a user