Completed
Push — master ( 809810...fd6aea )
by Thiago Augustus de
07:38 queued 05:05
created
Tests/NoSpaceTest.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -3,11 +3,11 @@
 block discarded – undo
3 3
 class NoSpaceTest extends PHPUnit_Framework_TestCase
4 4
 {
5 5
 
6
-    public function testNoXMLSpace() {
7
-        $xml = simplexml_load_file( 'xml_file.xml' );
8
-        $xml = NoXMLSpace::noSpace($xml);
6
+	public function testNoXMLSpace() {
7
+		$xml = simplexml_load_file( 'xml_file.xml' );
8
+		$xml = NoXMLSpace::noSpace($xml);
9 9
         
10
-        $this->assertEquals('Hello World', $xml->message);
11
-    }
10
+		$this->assertEquals('Hello World', $xml->message);
11
+	}
12 12
   
13 13
 }
Please login to merge, or discard this patch.