Skip to content
Snippets Groups Projects
Commit e615d588 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Correction test suite migration php8

(cherry picked from commit e109769f)
parent 94b95fef
No related branches found
No related tags found
1 merge request!97Correction test suite migration php8
...@@ -61,7 +61,7 @@ class StructureAssertion extends AbstractAssertion ...@@ -61,7 +61,7 @@ class StructureAssertion extends AbstractAssertion
/* @var $structure Structure */ /* @var $structure Structure */
// Si c'est bon alors on affine... // Si c'est bon alors on affine...
switch ($action) { if ($structure) switch ($action) {
case 'saisie': case 'saisie':
case 'delete': case 'delete':
return $this->assertStructure($role, $structure); return $this->assertStructure($role, $structure);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment