示例#1
0
 public function amHttpAuthenticated($username, $password)
 {
     $this->client->setAuth($username, $password);
 }