Commit 99016c93 authored by Bas de Nooijer's avatar Bas de Nooijer

Fixed unittest error

parent 8c94e08c
...@@ -48,7 +48,7 @@ class Solarium_Result_Select_SpellcheckTest extends PHPUnit_Framework_TestCase ...@@ -48,7 +48,7 @@ class Solarium_Result_Select_SpellcheckTest extends PHPUnit_Framework_TestCase
$this->_collation = 'dummy1'; $this->_collation = 'dummy1';
$this->_correctlySpelled = false; $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() public function testGetCollation()
......
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