コード例 #1
0
ファイル: CurlRoxTest.php プロジェクト: proclnas/curl-rox
 public function testCookieFile()
 {
     $curl = new \CurlRox\Curl();
     $curl->Uri('http://127.0.0.1:8000/server.php')->getRequest();
     $cookie_file = $curl->getCookieFile();
     $this->assertFileExists($cookie_file);
 }