Skip to content

Commit

Permalink
fix broken unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu-rolland committed Mar 26, 2021
1 parent 4ef608b commit 1862dc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ protected function prophesizeMultistoreController(): ObjectProphecy
$responseProphecy = $this->prophesize(Response::class);

$responseProphecy->getContent()->willReturn('');
$multistoreControllerProphecy->header()->willReturn($responseProphecy->reveal());
$multistoreControllerProphecy->header(Argument::any())->willReturn($responseProphecy->reveal());

return $multistoreControllerProphecy;
}
Expand Down

0 comments on commit 1862dc5

Please sign in to comment.