Commit f0cb43db authored by Bas de Nooijer's avatar Bas de Nooijer

fixed test

parent a51bf858
......@@ -34,9 +34,9 @@ class Solarium_Client_Response_UpdateTest extends PHPUnit_Framework_TestCase
public function testGetResult()
{
$query = new Solarium_Query_Ping;
$query = new Solarium_Query_Update;
$data = array('responseheader' => array('status' => 0, 'QTime' => 145));
$response = new Solarium_Client_Response_Ping($query, $data);
$response = new Solarium_Client_Response_Update($query, $data);
$result = $response->getResult();
$this->assertEquals(
......
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