コード例 #1
0
ファイル: DigestAuthTest.php プロジェクト: TamirAl/hubzilla
 public function setUp()
 {
     $this->response = new ResponseMock();
     $this->auth = new DigestAuth();
     $this->auth->setRealm(self::REALM);
     $this->auth->setHTTPResponse($this->response);
 }