Commit 441f1f31 authored by Gasol Wu's avatar Gasol Wu

Improved coverage

parent 7325b784
...@@ -156,4 +156,13 @@ EOF; ...@@ -156,4 +156,13 @@ EOF;
$this->assertEquals($statusMessage, $response->getStatusMessage()); $this->assertEquals($statusMessage, $response->getStatusMessage());
} }
/**
* @expectedException Solarium_Client_HttpException
*/
public function testExecuteWithException()
{
$request = new Solarium_Client_Request();
$this->_adapter->execute($request);
}
} }
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