public function testRenderInput()
 {
     $result = $this->fhf->renderInput($this->FooTable, 'id');
     $this->assertRegexp('/input/i', $result, "Rendering input for 'id' field has no 'input'");
 }