Example #1
0
 public function testGetLastErrorCode()
 {
     $instance = new CurlRequest(curl_init());
     $this->assertInternalType('integer', $instance->getLastErrorCode());
 }