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
99016c93
Commit
99016c93
authored
Jul 13, 2012
by
Bas de Nooijer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed unittest error
parent
8c94e08c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/Solarium/Result/Select/SpellcheckTest.php
tests/Solarium/Result/Select/SpellcheckTest.php
+1
-1
No files found.
tests/Solarium/Result/Select/SpellcheckTest.php
View file @
99016c93
...
...
@@ -48,7 +48,7 @@ class Solarium_Result_Select_SpellcheckTest extends PHPUnit_Framework_TestCase
$this
->
_collation
=
'dummy1'
;
$this
->
_correctlySpelled
=
false
;
$this
->
_result
=
new
Solarium_Result_Select_Spellcheck
(
$this
->
_suggestions
,
$this
->
_collation
,
$this
->
_correctlySpelled
);
$this
->
_result
=
new
Solarium_Result_Select_Spellcheck
(
$this
->
_suggestions
,
array
(
$this
->
_collation
)
,
$this
->
_correctlySpelled
);
}
public
function
testGetCollation
()
...
...
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