public function testSetAndGetFieldType()
 {
     $data = 'testdata';
     $this->_query->setFieldType($data);
     $this->assertEquals($data, $this->_query->getFieldType());
 }