@@ -15,10 +15,10 @@ class Report extends File
1515 public function __construct ($ name )
1616 {
1717 $ dom = new \DOMDocument ();
18- $ dom ->loadXML ('<?xml version="1.0" ?><phpunit xmlns="http ://schema.phpunit.de/coverage/1.0"><file /></phpunit> ' );
18+ $ dom ->loadXML ('<?xml version="1.0" ?><phpunit xmlns="https ://schema.phpunit.de/coverage/1.0"><file /></phpunit> ' );
1919
2020 $ contextNode = $ dom ->getElementsByTagNameNS (
21- 'http ://schema.phpunit.de/coverage/1.0 ' ,
21+ 'https ://schema.phpunit.de/coverage/1.0 ' ,
2222 'file '
2323 )->item (0 );
2424
@@ -41,7 +41,7 @@ public function getFunctionObject($name)
4141 {
4242 $ node = $ this ->getContextNode ()->appendChild (
4343 $ this ->getDomDocument ()->createElementNS (
44- 'http ://schema.phpunit.de/coverage/1.0 ' ,
44+ 'https ://schema.phpunit.de/coverage/1.0 ' ,
4545 'function '
4646 )
4747 );
@@ -63,7 +63,7 @@ private function getUnitObject($tagName, $name)
6363 {
6464 $ node = $ this ->getContextNode ()->appendChild (
6565 $ this ->getDomDocument ()->createElementNS (
66- 'http ://schema.phpunit.de/coverage/1.0 ' ,
66+ 'https ://schema.phpunit.de/coverage/1.0 ' ,
6767 $ tagName
6868 )
6969 );
@@ -74,14 +74,14 @@ private function getUnitObject($tagName, $name)
7474 public function getSource ()
7575 {
7676 $ source = $ this ->getContextNode ()->getElementsByTagNameNS (
77- 'http ://schema.phpunit.de/coverage/1.0 ' ,
77+ 'https ://schema.phpunit.de/coverage/1.0 ' ,
7878 'source '
7979 )->item (0 );
8080
8181 if (!$ source ) {
8282 $ source = $ this ->getContextNode ()->appendChild (
8383 $ this ->getDomDocument ()->createElementNS (
84- 'http ://schema.phpunit.de/coverage/1.0 ' ,
84+ 'https ://schema.phpunit.de/coverage/1.0 ' ,
8585 'source '
8686 )
8787 );
0 commit comments