public function testExceptionIsFatal()
 {
     $this->hit->setExceptionIsFatal(false);
     $this->assertFalse($this->hit->getExceptionIsFatal());
 }