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',
......
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