/**
  * @covers Veles\CurlRequest\CurlRequest::__destruct
  */
 public function test__destruct()
 {
     $this->object->__destruct();
     $msg = 'CurlRequest::__destruct() wrong behavior!';
     $this->assertAttributeinternalType('resource', 'curl', $this->object, $msg);
 }