Commit 672d77be authored by Bas de Nooijer's avatar Bas de Nooijer

Improved unittest

parent 38958459
......@@ -161,6 +161,7 @@ EOF;
*/
public function testExecuteWithException()
{
$this->_adapter->setPort(-1); // this forces an error
$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