@@ -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 |