public function testSetInput()
 {
     $this->objectWrapper->setInput(array("id" => 1));
     $this->assertTrue(is_array($this->objectWrapper->getInput()));
 }