Completed
Pull Request — master (#19)
by Mark
02:21
created
_test/action.test.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@  discard block
 block discarded – undo
25 25
 
26 26
    protected $pluginsEnabled = array('socialcards');
27 27
 
28
-   function setUp(){
28
+   function setUp() {
29 29
         global $conf;
30 30
 
31 31
         parent::setUp();
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
 
40 40
     public function testHeaders() {
41 41
         $request = new TestRequest();
42
-        $response = $request->get(array('id'=>'wiki:dokuwiki'),'/doku.php');
42
+        $response = $request->get(array('id'=>'wiki:dokuwiki'), '/doku.php');
43 43
 
44 44
         print_r($response);
45 45
 
Please login to merge, or discard this patch.