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