diff --git a/tests/Symfony/Tests/Component/HttpKernel/Debug/ExceptionHandlerTest.php b/tests/Symfony/Tests/Component/HttpKernel/Debug/ExceptionHandlerTest.php index 1370cca6c0..c56cfddd76 100644 --- a/tests/Symfony/Tests/Component/HttpKernel/Debug/ExceptionHandlerTest.php +++ b/tests/Symfony/Tests/Component/HttpKernel/Debug/ExceptionHandlerTest.php @@ -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()); } }