Commit ccd10724 authored by stefanooldeman's avatar stefanooldeman

fix issue #61

parent 578f25df
......@@ -44,8 +44,8 @@ class Solarium_Client_RequestBuilder_Select_Component_DebugTest extends PHPUnit_
$this->assertEquals(
array(
'debugQuery' => true,
'debug.explain.structured' => true,
'debugQuery' => 'true',
'debug.explain.structured' => 'true',
'explainOther' => 'id:45',
),
$request->getParams()
......
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