Completed
Pull Request — master (#30)
by Mark
01:26
created
_test/general.test.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -55,8 +55,8 @@
 block discarded – undo
55 55
     public function test_plugin_backlinks_isloaded(): void {
56 56
         global $plugin_controller;
57 57
         $this->assertTrue(
58
-                          in_array('backlinks', $plugin_controller->getList()),
59
-                          "backlinks plugin is loaded"
60
-                         );
58
+                            in_array('backlinks', $plugin_controller->getList()),
59
+                            "backlinks plugin is loaded"
60
+                            );
61 61
     }
62 62
 }
Please login to merge, or discard this patch.