No need to register Whoops during test

This commit is contained in:
filp
2013-03-17 18:07:21 +00:00
parent 3a28a0afaf
commit 8b8fa2f7f2
@@ -39,7 +39,6 @@ class PrettyPageHandlerTest extends TestCase
$handler = $this->getHandler();
$run->pushHandler($handler);
$run->register();
ob_start();
$run->handleException($this->getException());