コード例 #1
0
ファイル: DisMaxTest.php プロジェクト: rmzamora/solarium
 public function testSetAndGetQueryPhraseSlop()
 {
     $value = '3';
     $this->disMax->setQueryPhraseSlop($value);
     $this->assertEquals($value, $this->disMax->getQueryPhraseSlop());
 }