PHP 클래스 Webiny\Component\OAuth2\Tests\OAuth2Test

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: Webiny/Framework

공개 메소드들

메소드 설명
dataProvider ( )
testConstructor ( $oauth2 )
testGetAccessToken ( $oauth2 )
testGetAccessTokenName ( $oauth2 )
testGetAuthenticationUrl ( $oauth2 )
testGetClientId ( $oauth2 )
testGetClientSecret ( $oauth2 )
testGetConfig ( )
testGetRedirectUri ( $oauth2 )
testRequest ( $oauth2 )
testRequestAccessToken ( $oauth2 )
testSetAccessToken ( $oauth2 )
testSetGetCertificate ( $oauth2 )
testSetGetScope ( $oauth2 )
testSetGetState ( $oauth2 )

메소드 상세

dataProvider() 공개 메소드

public dataProvider ( )

testConstructor() 공개 메소드

public testConstructor ( $oauth2 )
$oauth2 OAuth2

testGetAccessToken() 공개 메소드

public testGetAccessToken ( $oauth2 )
$oauth2 OAuth2

testGetAccessTokenName() 공개 메소드

public testGetAccessTokenName ( $oauth2 )
$oauth2 OAuth2

testGetAuthenticationUrl() 공개 메소드

public testGetAuthenticationUrl ( $oauth2 )
$oauth2 OAuth2

testGetClientId() 공개 메소드

public testGetClientId ( $oauth2 )
$oauth2 OAuth2

testGetClientSecret() 공개 메소드

public testGetClientSecret ( $oauth2 )
$oauth2 OAuth2

testGetConfig() 공개 메소드

public testGetConfig ( )

testGetRedirectUri() 공개 메소드

public testGetRedirectUri ( $oauth2 )
$oauth2 OAuth2

testRequest() 공개 메소드

public testRequest ( $oauth2 )
$oauth2 OAuth2

testRequestAccessToken() 공개 메소드

public testRequestAccessToken ( $oauth2 )
$oauth2 OAuth2

testSetAccessToken() 공개 메소드

public testSetAccessToken ( $oauth2 )
$oauth2 OAuth2

testSetGetCertificate() 공개 메소드

public testSetGetCertificate ( $oauth2 )
$oauth2 OAuth2

testSetGetScope() 공개 메소드

public testSetGetScope ( $oauth2 )
$oauth2 OAuth2

testSetGetState() 공개 메소드

public testSetGetState ( $oauth2 )
$oauth2 OAuth2