Skip to content

Commit 3749355

Browse files
committed
removed debug code
1 parent 9d8f386 commit 3749355

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/Symfony/Tests/Component/HttpKernel/Debug/ExceptionHandlerTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,5 @@ public function testNestedExceptions()
4848
{
4949
$handler = new ExceptionHandler(true);
5050
$response = $handler->createResponse(new \RuntimeException('Foo', null, new \RuntimeException('Bar')));
51-
52-
file_put_contents('/Users/fabien/work/symfony/git/symfony/exception.html', $response->getContent());
5351
}
5452
}

0 commit comments

Comments
 (0)