PHP Class fkooman\OAuth\Client\TokenRequestTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: fkooman/php-oauth-client

Public Methods

Method Description
setUp ( )
testAllowArrayScope ( )
testAllowCommaSeparatedScope ( )
testAllowStringExpiresIn ( )
testBrokenJsonResponse ( )
testWithAuthorizationCode ( )
testWithAuthorizationCodeCredentialsInRequestBody ( )
testWithRefreshToken ( )

Method Details

setUp() public method

public setUp ( )

testAllowArrayScope() public method

public testAllowArrayScope ( )

testAllowCommaSeparatedScope() public method

testAllowStringExpiresIn() public method

testBrokenJsonResponse() public method

testWithAuthorizationCode() public method

testWithAuthorizationCodeCredentialsInRequestBody() public method

testWithRefreshToken() public method