Example #1
0
 public function testSetAndGetQueryPhraseSlop()
 {
     $value = '3';
     $this->disMax->setQueryPhraseSlop($value);
     $this->assertEquals($value, $this->disMax->getQueryPhraseSlop());
 }