PHP Class SAML2\XML\mdui\KeywordsTest

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

Public Methods

Method Description
testKeywordWithPlusSignThrowsException ( ) Keyword may not contain a "+", Exception expected.
testMarshalling ( ) Test creating a basic Keywords element.
testUnmarshalling ( ) Unmarshalling of a keywords tag
testUnmarshallingFailsMissingKeywords ( ) Unmarshalling fails if attribute is empty
testUnmarshallingFailsMissingLanguage ( ) Unmarshalling fails if lang attribute not present

Method Details

testKeywordWithPlusSignThrowsException() public method

Keyword may not contain a "+", Exception expected.

testMarshalling() public method

Test creating a basic Keywords element.
public testMarshalling ( )

testUnmarshalling() public method

Unmarshalling of a keywords tag
public testUnmarshalling ( )

testUnmarshallingFailsMissingKeywords() public method

Unmarshalling fails if attribute is empty

testUnmarshallingFailsMissingLanguage() public method

Unmarshalling fails if lang attribute not present