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