| @@ -94,8 +94,8 @@ | ||
| 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(); | 
| @@ -195,6 +195,9 @@ | ||
| 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()); |