SAML2\XML\ChunkTest::testChunkGetXML PHP Method

testChunkGetXML() public method

Test the getXML() method
public testChunkGetXML ( )
    public function testChunkGetXML()
    {
        $xml = $this->chunk->getXML();
        $this->assertInstanceOf('DOMElement', $xml);
        $this->assertEquals('saml:Attribute', $xml->tagName);
    }