Completed
Push — master ( 2115d0...4a6545 )
by Laurent
03:21
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/Controller/AbstractController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -195,6 +195,9 @@
 block discarded – undo
195 195
         }
196 196
     }
197 197
 
198
+    /**
199
+     * @param string $entityName
200
+     */
198 201
     private function testReturnParam($entity, $entityName) {
199 202
         if ($entityName === 'company' || $entityName === 'settings' || $entityName === 'tva') {
200 203
             $param = array('id' => $entity->getId());
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.
src/AppBundle/Tests/Controller/DefaultControllerTest.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.