@@ -55,8 +55,8 @@ |
||
55 | 55 | public function test_plugin_backlinks_isloaded() { |
56 | 56 | global $plugin_controller; |
57 | 57 | $this->assertTrue( |
58 | - in_array('webmaster', $plugin_controller->getList()), |
|
59 | - "webmaster plugin is loaded" |
|
60 | - ); |
|
58 | + in_array('webmaster', $plugin_controller->getList()), |
|
59 | + "webmaster plugin is loaded" |
|
60 | + ); |
|
61 | 61 | } |
62 | 62 | } |
@@ -29,7 +29,7 @@ |
||
29 | 29 | * Simple test to make sure the plugin.info.txt is in correct format |
30 | 30 | */ |
31 | 31 | public function test_plugininfo() { |
32 | - $file = __DIR__ . '/../plugin.info.txt'; |
|
32 | + $file = __DIR__.'/../plugin.info.txt'; |
|
33 | 33 | $this->assertFileExists($file); |
34 | 34 | |
35 | 35 | $info = confToHash($file); |