Commit 6c4d0be6 authored by Bas de Nooijer's avatar Bas de Nooijer

- improved unittests

parent 5dd54a93
......@@ -44,7 +44,7 @@ class Solarium_Client_RequestTest extends PHPUnit_Framework_TestCase
protected function _getRequest($options, $class = 'Solarium_Client_Request_Ping')
{
$query = new Solarium_Query;
$query->setHandler('/mypath');
$query->setHandler('mypath');
return new $class($options, $query);
}
......
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