Completed
Push — master ( 903aaa...639ca8 )
by Laurent
03:26
created
src/AppBundle/Tests/Controller/UserControllerTest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -94,8 +94,8 @@
 block discarded – undo
94 94
     }
95 95
 
96 96
 /**
97
-     * @depends testCreate
98
-     */
97
+ * @depends testCreate
98
+ */
99 99
 
100 100
     public function testSort() {
101 101
         $client = static::createClient();
Please login to merge, or discard this patch.
src/AppBundle/Tests/Controller/DefaultControllerTest.php 1 patch
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.