Auth_OpenID_TestFetcher::__construct PHP Method

__construct() public method

public __construct ( $user_url, $user_page, $assoc_secret, $assoc_handle )
    function __construct($user_url, $user_page, $assoc_secret, $assoc_handle)
    {
        $this->get_responses = array($user_url => new Auth_Yadis_HTTPResponse($user_url, 200, array(), $user_page));
        $this->assoc_secret = $assoc_secret;
        $this->assoc_handle = $assoc_handle;
        $this->num_assocs = 0;
    }