Completed
Push — master ( a275c7...1793be )
by Laurent
25:09
created
src/AppBundle/Tests/Controller/DefaultControllerTest.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@
 block discarded – undo
97 97
         $client = self::createClient(
98 98
             array(),
99 99
             array(
100
-               'HTTP_HOST' => 'symfony2.local',
100
+                'HTTP_HOST' => 'symfony2.local',
101 101
             )
102 102
         );
103 103
 
Please login to merge, or discard this patch.
Braces   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,7 +9,8 @@  discard block
 block discarded – undo
9 9
     /**
10 10
      * @return PHPUnit_Extensions_Database_DB_IDatabaseConnection
11 11
      */
12
-    public function getConnection() {
12
+    public function getConnection()
13
+    {
13 14
         $pdo = new \PDO("DB_DNS", "DB_USER", "DB_PASSWD", "DB_DBNAME");
14 15
     }
15 16
     /**
@@ -93,7 +94,8 @@  discard block
 block discarded – undo
93 94
         );
94 95
     }
95 96
 
96
-    public function testIndex() {
97
+    public function testIndex()
98
+    {
97 99
         $client = self::createClient(
98 100
             array(),
99 101
             array(
Please login to merge, or discard this patch.
src/AppBundle/Tests/Controller/ArticleControllerTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
         $client = self::createClient(
11 11
             array(),
12 12
             array(
13
-               'HTTP_HOST' => 'symfony2.local',
13
+                'HTTP_HOST' => 'symfony2.local',
14 14
             )
15 15
         );
16 16
 
Please login to merge, or discard this patch.