PHP Class fkooman\OAuth\Client\ScopeTest

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

Public Methods

Method Description
testEmptyArrayScope ( )
testEmptyScope ( )
testEmptyStringFromString ( )
testEmptyStringScope ( )
testHasOnlyScope ( )
testInvalidScopeToken ( )
testNonStringFromString ( )
testNullFromString ( )
testScope ( )
testScopeFromString ( )
testScopeFromStringCommaSeparated ( )
testSerialize ( )

Method Details

testEmptyArrayScope() public method

public testEmptyArrayScope ( )

testEmptyScope() public method

public testEmptyScope ( )

testEmptyStringFromString() public method

testEmptyStringScope() public method

testHasOnlyScope() public method

public testHasOnlyScope ( )

testInvalidScopeToken() public method

testNonStringFromString() public method

testNullFromString() public method

public testNullFromString ( )

testScope() public method

public testScope ( )

testScopeFromString() public method

public testScopeFromString ( )

testScopeFromStringCommaSeparated() public method

testSerialize() public method

public testSerialize ( )