@@ -6,7 +6,7 @@ |
||
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. |
@@ -69,7 +69,8 @@ |
||
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', '/'); |