Commit d04e93f7 authored by Fabien Potencier's avatar Fabien Potencier

removed debug code

parent 0139020e
......@@ -141,7 +141,7 @@ class ApplicationTest extends \PHPUnit_Framework_TestCase
public function testControllersAsMethods()
{
$app = new Application();
unset($app['exception_handler']);
$app->get('/{name}', 'Silex\Tests\FooController::barAction');
$this->assertEquals('Hello Fabien', $app->handle(Request::create('/Fabien'))->getContent());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment