/**
  * @expectedException \Exception
  */
 public function testGetInputFilter()
 {
     $this->event->getInputFilter();
 }