@@ -48,7 +48,7 @@ |
||
48 | 48 | |
49 | 49 | $client = static::createClient(); |
50 | 50 | |
51 | - $client->request('GET', '/themenfeld/'.$topic->getId()); |
|
51 | + $client->request('GET', '/themenfeld/' . $topic->getId()); |
|
52 | 52 | |
53 | 53 | $response = $client->getResponse(); |
54 | 54 |
@@ -48,9 +48,9 @@ |
||
48 | 48 | */ |
49 | 49 | public function testImportAction(): void |
50 | 50 | { |
51 | - $teststorySourcePath = __DIR__.'/../Fixtures/teststory.html'; |
|
51 | + $teststorySourcePath = __DIR__ . '/../Fixtures/teststory.html'; |
|
52 | 52 | @mkdir(self::TMP_PATH); |
53 | - $teststoryPath = self::TMP_PATH.'teststory.html'; |
|
53 | + $teststoryPath = self::TMP_PATH . 'teststory.html'; |
|
54 | 54 | copy($teststorySourcePath, $teststoryPath); |
55 | 55 | |
56 | 56 | $licensee = new Licensee(); |