Example #1
0
 public function testGetSpellcheck()
 {
     $spellcheck = $this->query->getSpellcheck();
     $this->assertEquals('Solarium\\QueryType\\Select\\Query\\Component\\Spellcheck', get_class($spellcheck));
 }