34 protected function setUp(): void
38 $questionOBJ = $this->createMock(assQuestion::class);
39 $questionHintList = $this->createMock(ilAssQuestionHintList::class);
40 $parentGUI = $this->createMock(ilAssQuestionHintAbstractGUI::class);
43 $hintOrderingClipboard = $this->createMock(ilAssQuestionHintsOrderingClipboard::class);
45 $this->
object =
new ilAssQuestionHintsTableGUI($questionOBJ, $questionHintList, $parentGUI, $parentCmd, $tableMode, $hintOrderingClipboard);
50 $this->assertInstanceOf(ilAssQuestionHintsTableGUI::class, $this->
object);
const TBL_MODE_TESTOUTPUT
the available table modes controlling the tables behaviour
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilAssQuestionHintsTableGUI $object