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
23f768f4
Commit
23f768f4
authored
Feb 24, 2011
by
Bas de Nooijer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- fixes for tests
parent
9222c101
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
tests/Solarium/Result/Select/Facet/FieldTest.php
tests/Solarium/Result/Select/Facet/FieldTest.php
+1
-1
tests/Solarium/Result/SelectTest.php
tests/Solarium/Result/SelectTest.php
+1
-1
No files found.
tests/Solarium/Result/Select/Facet/FieldTest.php
View file @
23f768f4
...
...
@@ -51,7 +51,7 @@ class Solarium_Result_Select_Facet_FieldTest extends PHPUnit_Framework_TestCase
public
function
testCount
()
{
$this
->
assertEquals
(
count
(
$this
->
_values
),
$this
->
_facet
->
count
(
));
$this
->
assertEquals
(
count
(
$this
->
_values
),
count
(
$this
->
_facet
));
}
public
function
testIterator
()
...
...
tests/Solarium/Result/SelectTest.php
View file @
23f768f4
...
...
@@ -77,7 +77,7 @@ class Solarium_Result_SelectTest extends Solarium_Result_QueryTest
public
function
testCount
()
{
$this
->
assertEquals
(
3
,
$this
->
_result
->
count
(
));
$this
->
assertEquals
(
3
,
count
(
$this
->
_result
));
}
public
function
testIterator
()
...
...
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