コード例 #1
0
ファイル: FacetSetTest.php プロジェクト: starsw001/solarium
 public function testSetAndGetSort()
 {
     $this->facetSet->setSort('index');
     $this->assertEquals('index', $this->facetSet->getSort());
 }