Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
aeviiq committed Jul 5, 2021
1 parent 7ded07b commit 0d07c7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/TransitionerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,7 @@ private function setCurrentStepForm(bool $valid, bool $submitted): void
$form = $this->createStub(FormInterface::class);
$form->method('isValid')->willReturn($valid);
$form->method('isSubmitted')->willReturn($submitted);
$form->method('getName')->willReturn('form_name');

$this->flow->method('getCurrentStepForm')->willReturn($form);
}
Expand Down

0 comments on commit 0d07c7d

Please sign in to comment.