@@ -14,7 +14,7 @@ |
||
| 14 | 14 | exec('./bin/console h:f:l -n --env=test'); |
| 15 | 15 | |
| 16 | 16 | $client = static::createClient(); |
| 17 | - $em = $client->getContainer()->get('doctrine'); |
|
| 17 | + $em = $client->getContainer()->get('doctrine'); |
|
| 18 | 18 | |
| 19 | 19 | $crawler = $client->request('GET', '/login'); |
| 20 | 20 | $form = $crawler->selectButton('Login')->form(); |