19 declare(strict_types=1);
29 protected function setUp(): void
34 $ui_factory = $test_helper->factory();
35 $ui_renderer = $test_helper->renderer();
38 $this->createMock(ilLanguage::class),
46 $this->assertInstanceOf(ilTestQuestionNavigationGUI::class, $this->testObj);
Class ilTestQuestionNavigationGUITest.
test_instantiateObject_shouldReturnInstance()
ilTestQuestionNavigationGUI $testObj
Class UITestHelper can be helpful for test cases outside the UI Components, to inject a working facto...