@@ -23,9 +23,9 @@ |
||
23 | 23 | */ |
24 | 24 | class action_plugin_socialcards_test extends DokuWikiTest { |
25 | 25 | |
26 | - protected $pluginsEnabled = array('socialcards'); |
|
26 | + protected $pluginsEnabled = array('socialcards'); |
|
27 | 27 | |
28 | - function setUp(){ |
|
28 | + function setUp(){ |
|
29 | 29 | global $conf; |
30 | 30 | |
31 | 31 | parent::setUp(); |
@@ -25,7 +25,7 @@ discard block |
||
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 |
||
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 |