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