PHP Class SAML2\XML\mdui\LogoTest

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

Méthodes publiques

Méthode Description
testMarshalling ( ) Test creating a basic Logo element.
testUnmarshalling ( ) Unmarshalling of a logo tag
testUnmarshallingFailsEmptyURL ( ) Unmarshalling fails if url attribute not present
testUnmarshallingFailsMissingHeight ( ) Unmarshalling fails if height attribute not present
testUnmarshallingFailsMissingWidth ( ) Unmarshalling fails if width attribute not present

Method Details

testMarshalling() public méthode

Test creating a basic Logo element.
public testMarshalling ( )

testUnmarshalling() public méthode

Unmarshalling of a logo tag
public testUnmarshalling ( )

testUnmarshallingFailsEmptyURL() public méthode

Unmarshalling fails if url attribute not present

testUnmarshallingFailsMissingHeight() public méthode

Unmarshalling fails if height attribute not present

testUnmarshallingFailsMissingWidth() public méthode

Unmarshalling fails if width attribute not present