Пример #1
0
 public function testSetAndGetFieldName()
 {
     $data = 'testdata';
     $this->_query->setFieldName($data);
     $this->assertEquals($data, $this->_query->getFieldName());
 }