19 declare(strict_types=1);
32 protected function setUp(): void
36 $this->test = $this->getTestObjMock();
37 $this->
access = $this->createMock(ilTestAccess::class);
38 $this->objective_parent = $this->createMock(ilTestObjectiveOrientedContainer::class);
42 $this->objective_parent,
43 $this->createMock(ilLanguage::class),
44 $this->createMock(ilCtrlInterface::class),
45 $this->createMock(ilGlobalTemplateInterface::class),
46 $this->createMock(
ILIAS\TestQuestionPool\Questions\GeneralQuestionPropertiesRepository::class),
47 $this->createMock(\
ILIAS\
Test\RequestDataCollector::class)
53 $this->assertInstanceOf(ilMyTestSolutionsGUI::class, $this->testObj);
Interface Observer Contains several chained tasks and infos about them.
Class ilMyTestSolutionsGUITest.
ilMyTestSolutionsGUI $testObj
test_instantiateObject_shouldReturnInstance()
ilTestObjectiveOrientedContainer $objective_parent