Completed
Pull Request — master (#19)
by Mark
02:21
created
_test/action.test.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -23,9 +23,9 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.