Beispiel #1
0
 /**
  * Add custom error handler
  */
 protected function initializeContainer()
 {
     $handler = new ErrorHandler();
     $handler->registerHandlers();
     parent::initializeContainer();
 }
Beispiel #2
0
 protected function setUp()
 {
     $this->handler = new ErrorHandler();
     $this->handler->registerHandlers();
 }