Ejemplo n.º 1
0
 public function testSetExcludes()
 {
     $this->facet->addExcludes(array('e1', 'e2'));
     $this->facet->setExcludes(array('e3', 'e4'));
     $this->assertEquals(array('e3', 'e4'), $this->facet->getExcludes());
 }