Closed jerabina closed 4 years ago
@jerabina Looks like a bug. Can you create PR with test?
@f3l1x I need your help.
include
logic in commit https://github.com/contributte/menu-control/commit/1bae3eada5eb47131303bcc53809d57bce5b262ccomposer update --prefer-dist --prefer-lowest
$presenter->getName()
for some reason returns NULL
and I don't know why.$presenter
in this case is MockInterface
and when I comment out $presenter->shouldReceive('getName')->andReturn('Home');
nothing changesI'll put it on my todo-list.
Looks like a Nette bug, fixed in commit https://github.com/contributte/menu-control/commit/f606e8f42407066aaf7877f367fcd5f42c9e36ed
@jerabina Sorry it took so long.