public function testSetAndGetFormatter()
 {
     $this->_fld->setFormatter();
     $this->assertEquals('simple', $this->_fld->getFormatter());
 }