Commit 3a44e32b authored by Bas de Nooijer's avatar Bas de Nooijer

Added unittest to test edismax requestbuilder

parent fa7c935f
......@@ -94,6 +94,11 @@ class EdisMaxTest extends \PHPUnit_Framework_TestCase
);
}
public function testGetRequestBuilder()
{
$this->assertInstanceOf('Solarium\QueryType\Select\RequestBuilder\Component\EdisMax', $this->eDisMax->getRequestBuilder());
}
public function testSetAndGetQueryParser()
{
$value = 'dummyparser';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment