public function testSetAndGetBoostQuery() { $value = 'cat:1^3'; $this->_disMax->setBoostQuery($value); $this->assertEquals($value, $this->_disMax->getBoostQuery()); }