コード例 #1
0
ファイル: CookieTest.php プロジェクト: urmaul/httpclient
 public function testSetRandomCookieFile()
 {
     $http = new HttpClient();
     $http->setRandomCookieFile();
     $this->assertNotEmpty($http->getCookieFile());
 }