Completed
Pull Request — master (#9)
by Mark
02:16
created
_test/syntax.test.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
             strpos($response->getContent(), 'A link to Bob Ross') !== false,
104 104
             'A link to Bob Ross was not in the output'
105 105
         );
106
-     }
106
+        }
107 107
 
108 108
     public function testBacklinks() {
109 109
         $request = new TestRequest();
@@ -126,7 +126,7 @@  discard block
 block discarded – undo
126 126
         //print "wikilink[0]:\n";
127 127
         //print_r(pq($wikilink->contents()[0], $doc));
128 128
         $this->assertEquals($wikilink->contents()[0],'A link to Bob Ross',
129
-                           'There should be a link to Bob Ross');
129
+                            'There should be a link to Bob Ross');
130 130
     }
131 131
 
132 132
     public function testInclude() {
Please login to merge, or discard this patch.