Commit 404c9714 authored by Gasol Wu's avatar Gasol Wu

Fix test, use literal true

parent f497ad8b
......@@ -46,7 +46,7 @@ class Solarium_Client_RequestBuilder_Select_Component_StatsTest extends PHPUnit_
$this->assertEquals(
array(
'stats' => true,
'stats' => 'true',
'stats.facet' => array(
'facetA',
'facetB',
......@@ -62,4 +62,4 @@ class Solarium_Client_RequestBuilder_Select_Component_StatsTest extends PHPUnit_
}
}
\ No newline at end of file
}
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