Completed
Push — master ( ed9361...08eccc )
by Thiago Augustus de
02:03
created
Tests/NoSpaceTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
 {
5 5
 
6 6
     public function testNoXMLSpace() {
7
-        $xml = simplexml_load_file( __DIR__ . '/xml_test.xml' );
7
+        $xml = simplexml_load_file(__DIR__ . '/xml_test.xml');
8 8
         $xml = NoXMLSpace::noSpace($xml);
9 9
         
10 10
         $this->assertEquals('Hello World', $xml->message);
Please login to merge, or discard this patch.