Example #1
0
 public function testSetAndGetSort()
 {
     $this->facetSet->setSort('index');
     $this->assertEquals('index', $this->facetSet->getSort());
 }