@@ -30,7 +30,7 @@ |
||
30 | 30 | * Simple test to make sure the plugin.info.txt is in correct format |
31 | 31 | */ |
32 | 32 | public function test_plugininfo() { |
33 | - $file = __DIR__ . '/../plugin.info.txt'; |
|
33 | + $file = __DIR__.'/../plugin.info.txt'; |
|
34 | 34 | $this->assertFileExists($file); |
35 | 35 | |
36 | 36 | $info = confToHash($file); |