Completed
Push — master ( 51850f...7e21dc )
by Thiago Augustus de
02:10
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( 'xml_test.xml' );
7
+        $xml = simplexml_load_file('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.