Skip to content
Snippets Groups Projects

Correction test suite migration php8

Merged Laurent Lecluse requested to merge cherry-pick-e109769f into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -61,7 +61,7 @@ class StructureAssertion extends AbstractAssertion
/* @var $structure Structure */
// Si c'est bon alors on affine...
switch ($action) {
if ($structure) switch ($action) {
case 'saisie':
case 'delete':
return $this->assertStructure($role, $structure);
Loading