Пример #1
0
 public function testSetRandomCookieFile()
 {
     $http = new HttpClient();
     $http->setRandomCookieFile();
     $this->assertNotEmpty($http->getCookieFile());
 }