/**
  * @expectedException \Doctrine\OrientDB\Binding\Exception\ConnectionFailedException
  */
 public function testRetrievingAnEmptyResponseRaisesAnException()
 {
     $client = new CurlClient();
     $client->execute('GET', '');
 }