/**
  * @expectedException CakeException
  * @return void
  */
 public function testAddInputTypeException()
 {
     $this->RequestHandler->addInputType('csv', array('I am not callable'));
 }