Completed
Pull Request — dev (#22)
by
unknown
03:39
created
tests/AppBundle/Controller/AdminControllerTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.