Completed
Push — master ( b1ab67...811100 )
by Thiago Augustus de
02:09
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
     testNoXMLSpace() {
7
-        $xml = simplexml_load_file( $xml_file );
7
+        $xml = simplexml_load_file($xml_file);
8 8
         $xml = NoXMLSpace::noSpace($xml);
9 9
         
10 10
         $this->assertEquals('Hello World', $xml->message);
Please login to merge, or discard this patch.