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