コード例 #1
0
ファイル: CurlRequestTest.php プロジェクト: Rikuforever/wiki
 public function testGetLastErrorCode()
 {
     $instance = new CurlRequest(curl_init());
     $this->assertInternalType('integer', $instance->getLastErrorCode());
 }