Exemplo n.º 1
0
 public function testWithComponent()
 {
     $this->_query->getDisMax();
     $request = $this->_builder->build($this->_query);
     $this->assertEquals('dismax', $request->getParam('defType'));
 }
Exemplo n.º 2
0
 public function testGetDisMax()
 {
     $dismax = $this->_query->getDisMax();
     $this->assertEquals('Solarium_Query_Select_Component_DisMax', get_class($dismax));
 }