Completed
Push — master ( 376ce2...d23e95 )
by Laurent
04:08
created
src/AppBundle/Tests/Controller/DefaultControllerTest.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
 
7 7
 class DefaultControllerTest extends WebTestCase
8 8
 {
9
-   /**
9
+    /**
10 10
      * PHPUnit's data providers allow to execute the same tests repeated times
11 11
      * using a different set of data each time.
12 12
      * See http://symfony.com/doc/current/cookbook/form/unit_testing.html#testing-against-different-sets-of-data.
Please login to merge, or discard this 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.