Пример #1
0
 public function testSetAndGetIncludeArray()
 {
     $this->_facet->setInclude(array('lower', 'upper'));
     $this->assertEquals('lower,upper', $this->_facet->getInclude());
 }