@@ -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 @@ discard block |
||
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 | print_r(DOKU_TMP_DATA); |
@@ -39,7 +39,7 @@ discard block |
||
39 | 39 | print "\n"; |
40 | 40 | |
41 | 41 | //TestUtils::rcopy(DOKU_TMP_DATA.'pages/', dirname(__FILE__).'/data/pages/'); |
42 | - TestUtils::rcopy(TMP_DIR, dirname(__FILE__) . '/data/'); |
|
42 | + TestUtils::rcopy(TMP_DIR, dirname(__FILE__).'/data/'); |
|
43 | 43 | |
44 | 44 | |
45 | 45 | print_r(scandir(DOKU_TMP_DATA.'pages/')); |
@@ -52,7 +52,7 @@ discard block |
||
52 | 52 | } |
53 | 53 | |
54 | 54 | |
55 | - function tearDown(){ |
|
55 | + function tearDown() { |
|
56 | 56 | parent::tearDown(); |
57 | 57 | } |
58 | 58 |