Example #1
0
 public function testSetAndGetFieldName()
 {
     $data = 'testdata';
     $this->query->setFieldName($data);
     $this->assertEquals($data, $this->query->getFieldName());
 }