Ejemplo n.º 1
0
 public function testConfigModeWithSingleValueExclude()
 {
     $this->facet->setOptions(array('exclude' => 'e1'));
     $this->assertEquals(array('e1'), $this->facet->getExcludes());
 }