Completed
Push — master ( d23e95...bd2a27 )
by Laurent
04:21
created
src/AppBundle/Tests/Controller/ArticleControllerTest.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,8 @@
 block discarded – undo
69 69
         );
70 70
     }
71 71
 
72
-    public function testIndex() {
72
+    public function testIndex()
73
+    {
73 74
         $client = static::createClient();
74 75
 
75 76
         $crawler = $client->request('GET', '/');
Please login to merge, or discard this patch.