PHP Class SAML2\XML\mdui\LogoTest

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

Public Methods

Method 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 method

Test creating a basic Logo element.
public testMarshalling ( )

testUnmarshalling() public method

Unmarshalling of a logo tag
public testUnmarshalling ( )

testUnmarshallingFailsEmptyURL() public method

Unmarshalling fails if url attribute not present

testUnmarshallingFailsMissingHeight() public method

Unmarshalling fails if height attribute not present

testUnmarshallingFailsMissingWidth() public method

Unmarshalling fails if width attribute not present