@@ -14,7 +14,6 @@ |
||
| 14 | 14 | /** |
| 15 | 15 | * Class AdminType |
| 16 | 16 | * @package AppBundle\Form |
| 17 | - |
|
| 18 | 17 | */ |
| 19 | 18 | class AdminType extends AbstractType |
| 20 | 19 | { |
@@ -13,7 +13,7 @@ |
||
| 13 | 13 | exec('./bin/console d:s:c --env=test'); |
| 14 | 14 | exec('./bin/console h:f:l -n --env=test'); |
| 15 | 15 | $client = static::createClient(); |
| 16 | - $em = $client->getContainer()->get('doctrine'); |
|
| 16 | + $em = $client->getContainer()->get('doctrine'); |
|
| 17 | 17 | |
| 18 | 18 | $crawler = $client->request('GET', '/login'); |
| 19 | 19 | $form = $crawler->selectButton('Login')->form(); |