N°9144 Fix unit tests

This commit is contained in:
Timothee
2026-02-12 11:19:21 +01:00
parent 44d917c79d
commit 2f14b341e8
20 changed files with 49 additions and 35 deletions

View File

@@ -106,7 +106,7 @@ abstract class WizardStep
* @param bool $bMoveForward True if the wizard is moving forward 'Next >>' button pressed, false otherwise
* @return hash array('class' => $sNextClass, 'state' => $sNextState)
*/
abstract public function ProcessParams($bMoveForward = true);
abstract public function UpdateWizardStateAndGetNextStep($bMoveForward = true);
/**
* Returns the list of possible steps from this step forward