Skip to content

Commit

Permalink
Update controller tests to manage getTabLink
Browse files Browse the repository at this point in the history
  • Loading branch information
jolelievre committed Jul 16, 2019
1 parent 5ffe9ef commit f6aff68
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -312,6 +312,7 @@ protected function prophesizeCookie()
protected function prophesizeLink()
{
$linkProphecy = $this->prophesize(Link::class);
$linkProphecy->getTabLink(Argument::type('array'))->willReturn('/link');
$linkProphecy->getAdminLink(Argument::any(), Argument::cetera())->willReturn('/link');

return $linkProphecy;
Expand Down

0 comments on commit f6aff68

Please sign in to comment.