public function testCanInstantiateWithDefaultAuthType()
 {
     $auth = new Authorizer();
     $this->assertEquals($this->config->authenticationType, $auth->getAuthModule()->getType());
 }
示例#2
0
 public function testCanGetRedirectUrl()
 {
     $this->auth->getAuthModule()->getOAuthRedirectUrl();
 }