@@ -27,7 +27,7 @@ |
||
| 27 | 27 | * Simple test to make sure the plugin.info.txt is in correct format |
| 28 | 28 | */ |
| 29 | 29 | public function test_plugininfo() { |
| 30 | - $file = __DIR__ . '/../plugin.info.txt'; |
|
| 30 | + $file = __DIR__.'/../plugin.info.txt'; |
|
| 31 | 31 | $this->assertFileExists($file); |
| 32 | 32 | |
| 33 | 33 | $info = confToHash($file); |
@@ -25,7 +25,7 @@ |
||
| 25 | 25 | |
| 26 | 26 | protected $pluginsEnabled = array('backlinks'); |
| 27 | 27 | |
| 28 | - public static function setUpBeforeClass(){ |
|
| 28 | + public static function setUpBeforeClass() { |
|
| 29 | 29 | parent::setUpBeforeClass(); |
| 30 | 30 | |
| 31 | 31 | TestUtils::rcopy(dirname(DOKU_CONF).'../data', dirname(__FILE__).'/data'); |
@@ -64,7 +64,7 @@ |
||
| 64 | 64 | strpos($response->getContent(), 'A link to Bob Ross') !== false, |
| 65 | 65 | 'A link to Bob Ross was not in the output' |
| 66 | 66 | ); |
| 67 | - } |
|
| 67 | + } |
|
| 68 | 68 | |
| 69 | 69 | public function testBacklinks() { |
| 70 | 70 | $request = new TestRequest(); |