コード例 #1
0
ファイル: MoreLikeThisTest.php プロジェクト: lhess/solarium
 public function testGetType()
 {
     $this->assertEquals(Query::COMPONENT_MORELIKETHIS, $this->mlt->getType());
 }