@@ -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(); |
@@ -29,6 +29,9 @@ |
||
| 29 | 29 | * Fonction adaptable aux différentes phases de l'installation. |
| 30 | 30 | * |
| 31 | 31 | * @param \Symfony\Component\HttpFoundation\Request $request Requète du formulaire |
| 32 | + * @param string $entity |
|
| 33 | + * @param string $entityPath |
|
| 34 | + * @param string $typePath |
|
| 32 | 35 | * |
| 33 | 36 | * @return \Symfony\Component\HttpFoundation\RedirectResponse| |
| 34 | 37 | * array<string,string|null|Settings|\Symfony\Component\Form\FormView> Rendue de la page |