43 $ctrl->expects(self::exactly(2))->method(
'setParameterByClass')->withConsecutive([ilStartUpGUI::class,
'id',
'foo'], [ilStartUpGUI::class,
'id',
'']);
44 $ctrl->expects(self::once())->method(
'getLinkTargetByClass')->with(ilStartUpGUI::class,
'showLegalDocuments')->willReturn(
'url');