コード例 #1
0
ファイル: SpellcheckTest.php プロジェクト: lhess/solarium
 public function testGetResponseParser()
 {
     $this->assertInstanceOf('Solarium\\QueryType\\Select\\ResponseParser\\Component\\Spellcheck', $this->spellCheck->getResponseParser());
 }