mirror of
https://github.com/filp/whoops.git
synced 2026-09-15 04:06:17 +00:00
No need to register Whoops during test
This commit is contained in:
@@ -39,7 +39,6 @@ class PrettyPageHandlerTest extends TestCase
|
||||
$handler = $this->getHandler();
|
||||
|
||||
$run->pushHandler($handler);
|
||||
$run->register();
|
||||
|
||||
ob_start();
|
||||
$run->handleException($this->getException());
|
||||
|
||||
Reference in New Issue
Block a user