コード例 #1
0
ファイル: GroupingTest.php プロジェクト: csemrm/solr-power
 public function testGetType()
 {
     $this->assertEquals(Query::COMPONENT_GROUPING, $this->grouping->getType());
 }