Exemplo n.º 1
0
 /**
  * @covers ByJG\Util\XmlUtil::createXmlDocument
  */
 public function testCreateXmlDocument()
 {
     $xml = XmlUtil::createXmlDocument();
     $this->assertEquals(self::XMLHEADER . "\n", $xml->saveXml());
 }