Example #1
0
 public function testConfigMode()
 {
     $options = array('facet' => 'field1, field2');
     $this->field->setOptions($options);
     $this->assertEquals(array('field1', 'field2'), $this->field->getFacets());
 }