PHP Class SimpleSAML\Test\Module\saml\Auth\Process\FilterScopesTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: simplesamlphp/simplesamlphp

Public Methods

Method Description
testInvalidScopes ( ) Test invalid scopes.
testValidScopes ( ) Test valid scopes.

Private Methods

Method Description
processFilter ( array $config, array $request ) * Helper function to run the filter with a given configuration.

Method Details

testInvalidScopes() public method

Test invalid scopes.
public testInvalidScopes ( )

testValidScopes() public method

Test valid scopes.
public testValidScopes ( )