Ejemplo n.º 1
0
 public function testSetAndGetIncludeArray()
 {
     $this->facet->setInclude(array('lower', 'upper'));
     $this->assertEquals(array('lower', 'upper'), $this->facet->getInclude());
 }