Exemplo n.º 1
0
 /**
  * @expectedException \Exception
  */
 public function testSetHandleErrorsBeforeStartThrowsException()
 {
     $this->handler->start();
     $this->handler->setHandleErrors(true);
 }