Commit 5cbd76cc authored by Bas de Nooijer's avatar Bas de Nooijer

- fixed unittests

parent d8d82264
...@@ -41,7 +41,7 @@ class Solarium_Client_RequestTest extends PHPUnit_Framework_TestCase ...@@ -41,7 +41,7 @@ class Solarium_Client_RequestTest extends PHPUnit_Framework_TestCase
'core' => null, 'core' => null,
); );
protected function _getRequest($options, $class = 'Solarium_Client_Request_Select') protected function _getRequest($options, $class = 'Solarium_Client_Request_Ping')
{ {
$query = new Solarium_Query; $query = new Solarium_Query;
$query->setPath('/mypath'); $query->setPath('/mypath');
......
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