Commit 26b2df7e authored by Bas de Nooijer's avatar Bas de Nooijer

fixed test

parent 82f461fd
...@@ -41,7 +41,7 @@ class Solarium_Result_Select_Facet_FieldTest extends PHPUnit_Framework_TestCase ...@@ -41,7 +41,7 @@ class Solarium_Result_Select_Facet_FieldTest extends PHPUnit_Framework_TestCase
'b' => 5, 'b' => 5,
'c' => 3, 'c' => 3,
); );
$this->_facet = new Solarium_Result_Select_Facet_Query($this->_values); $this->_facet = new Solarium_Result_Select_Facet_Field($this->_values);
} }
public function testGetValues() public function testGetValues()
......
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