Example #1
0
 public function testClearFields()
 {
     $this->query->addField('newfield');
     $this->query->clearFields();
     $this->assertEquals(array(), $this->query->getFields());
 }