removed debug code

This commit is contained in:
Fabien Potencier 2012-01-22 17:21:04 +01:00
parent 9d8f386bc6
commit 3749355ba7

View File

@ -48,7 +48,5 @@ class ExceptionHandlerTest extends \PHPUnit_Framework_TestCase
{
$handler = new ExceptionHandler(true);
$response = $handler->createResponse(new \RuntimeException('Foo', null, new \RuntimeException('Bar')));
file_put_contents('/Users/fabien/work/symfony/git/symfony/exception.html', $response->getContent());
}
}