Commit 1a7a91a7 authored by Frédéric MENU's avatar Frédéric MENU

Update the test case

parent 58a5640c
...@@ -104,7 +104,8 @@ class FacetSetTest extends \PHPUnit_Framework_TestCase ...@@ -104,7 +104,8 @@ class FacetSetTest extends \PHPUnit_Framework_TestCase
'end' => 100, 'end' => 100,
'gap' => 10, 'gap' => 10,
'other' => 'all', 'other' => 'all',
'include' => 'outer' 'include' => 'outer',
'mincount' => 123
) )
)); ));
...@@ -116,7 +117,7 @@ class FacetSetTest extends \PHPUnit_Framework_TestCase ...@@ -116,7 +117,7 @@ class FacetSetTest extends \PHPUnit_Framework_TestCase
); );
$this->assertEquals( $this->assertEquals(
'?facet=true&facet.range={!key=f1}price&f.price.facet.range.start=1&f.price.facet.range.end=100&f.price.facet.range.gap=10&f.price.facet.range.other=all&f.price.facet.range.include=outer', '?facet=true&facet.range={!key=f1}price&f.price.facet.range.start=1&f.price.facet.range.end=100&f.price.facet.range.gap=10&f.price.facet.mincount=123&f.price.facet.range.other=all&f.price.facet.range.include=outer',
urldecode($request->getUri()) urldecode($request->getUri())
); );
} }
......
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