PHP Class SAML2\XML\shibmd\ScopeTest

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

Public Methods

Method Description
testMarshallingImplicitRegexpValue ( ) Marshalling a scope which does not specificy the value for regexp explicitly (expect it to default to 'false').
testMarshallingLiteral ( ) Marshalling a scope in literal (non-regexp) form.
testMarshallingRegexp ( ) Marshalling a scope which is in regexp form.
testUnmarshallingLiteral ( ) Unmarshalling a scope in literal (non-regexp) form.
testUnmarshallingRegexp ( ) Unmarshalling a scope in regexp form.
testUnmarshallingWithoutRegexpValue ( ) Unmarshalling a scope that does not specify an explicit regexp value (assumed to be false).

Method Details

testMarshallingImplicitRegexpValue() public method

Marshalling a scope which does not specificy the value for regexp explicitly (expect it to default to 'false').

testMarshallingLiteral() public method

Marshalling a scope in literal (non-regexp) form.

testMarshallingRegexp() public method

Marshalling a scope which is in regexp form.

testUnmarshallingLiteral() public method

Unmarshalling a scope in literal (non-regexp) form.

testUnmarshallingRegexp() public method

Unmarshalling a scope in regexp form.

testUnmarshallingWithoutRegexpValue() public method

Unmarshalling a scope that does not specify an explicit regexp value (assumed to be false).