19declare(strict_types=1);
32 protected function setUp(): void
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);
Class ilMyTestSolutionsGUITest.
test_instantiateObject_shouldReturnInstance()
ilMyTestSolutionsGUI $testObj
ilTestObjectiveOrientedContainer $objective_parent
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.