Declare tests controllers as services, remove "call" methods

This commit is contained in:
Romain Neutron
2013-10-30 19:18:05 +01:00
parent 64cbe2a57d
commit 0d43b831bf
2 changed files with 4 additions and 2 deletions

View File

@@ -22,9 +22,10 @@ use Silex\ControllerProviderInterface;
*/
class PathFileTest implements ControllerProviderInterface
{
public function connect(Application $app)
{
$app['controller.utils.pathfile-test'] = $this;
$controllers = $app['controllers_factory'];
/**