Skip to content

Commit

Permalink
Fix tests on PHP8
Browse files Browse the repository at this point in the history
  • Loading branch information
bytehead committed Jan 11, 2022
1 parent a91283f commit 8f8cbc7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ public function testAddWizardToSelectWhenModuleIsSet(): void
$translator
->expects($this->exactly(3))
->method('trans')
->willReturn('title')
;

$token = $this->createMock(CsrfToken::class);
Expand Down

0 comments on commit 8f8cbc7

Please sign in to comment.