Class ilTestFixedQuestionSetConfigTest.
More...
◆ setUp()
ilTestFixedQuestionSetConfigTest::setUp |
( |
| ) |
|
|
protected |
Reimplemented from ilTestBaseTestCase.
Definition at line 29 of file ilTestFixedQuestionSetConfigTest.php.
29 : void
30 {
31 parent::setUp();
32
33 $test_logger = $this->createMock(
ILIAS\
Test\Logging\TestLogger::class);
35 $this->createMock(ilTree::class),
36 $this->createMock(ilDBInterface::class),
37 $this->createMock(ilLanguage::class),
38 $test_logger,
39 $this->createMock(ilComponentRepository::class),
41 $this->createMock(\
ILIAS\TestQuestionPool\Questions\GeneralQuestionPropertiesRepository::class),
42 );
43 }
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.
References getTestObjMock().
◆ test_instantiateObject_shouldReturnInstance()
ilTestFixedQuestionSetConfigTest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
◆ testDoesQuestionSetRelatedDataExist()
ilTestFixedQuestionSetConfigTest::testDoesQuestionSetRelatedDataExist |
( |
| ) |
|
◆ testIsQuestionSetConfigured()
ilTestFixedQuestionSetConfigTest::testIsQuestionSetConfigured |
( |
| ) |
|
◆ $testObj
The documentation for this class was generated from the following file: