Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
solarium
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
solarium
Commits
1a7a91a7
Commit
1a7a91a7
authored
Dec 31, 2013
by
Frédéric MENU
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the test case
parent
58a5640c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
tests/Solarium/Tests/QueryType/Select/RequestBuilder/Component/FacetSetTest.php
...ueryType/Select/RequestBuilder/Component/FacetSetTest.php
+3
-2
No files found.
tests/Solarium/Tests/QueryType/Select/RequestBuilder/Component/FacetSetTest.php
View file @
1a7a91a7
...
@@ -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
())
);
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment