Example #1
0
 public function testSetAndGetFieldsWithArray()
 {
     $this->query->setFields(array('fieldA', 'fieldB'));
     $this->assertEquals(array('fieldA', 'fieldB'), $this->query->getFields());
 }