@@ -22,7 +22,7 @@ |
||
22 | 22 | */ |
23 | 23 | public function test_plugininfo(): void |
24 | 24 | { |
25 | - $file = __DIR__ . '/../plugin.info.txt'; |
|
25 | + $file = __DIR__.'/../plugin.info.txt'; |
|
26 | 26 | $this->assertFileExists($file); |
27 | 27 | |
28 | 28 | $info = confToHash($file); |
@@ -25,7 +25,7 @@ |
||
25 | 25 | $conf['allowdebug'] = 1; |
26 | 26 | $conf['keyword_source'] = 'syntax'; |
27 | 27 | |
28 | - TestUtils::rcopy(TMP_DIR, __DIR__ . '/data/'); |
|
28 | + TestUtils::rcopy(TMP_DIR, __DIR__.'/data/'); |
|
29 | 29 | } |
30 | 30 | |
31 | 31 | /** |