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