PHP Class SAML2\XML\mdui\KeywordsTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: simplesamlphp/saml2

Méthodes publiques

Méthode 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 méthode

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

testMarshalling() public méthode

Test creating a basic Keywords element.
public testMarshalling ( )

testUnmarshalling() public méthode

Unmarshalling of a keywords tag
public testUnmarshalling ( )

testUnmarshallingFailsMissingKeywords() public méthode

Unmarshalling fails if attribute is empty

testUnmarshallingFailsMissingLanguage() public méthode

Unmarshalling fails if lang attribute not present