◆ setUp()
ILIAS\Test\Tests\ExportFixedQuestionSetTest::setUp |
( |
| ) |
|
|
protected |
Definition at line 32 of file ExportFixedQuestionSetTest.php.
36 $this->addGlobal_ilErr();
37 $this->addGlobal_ilias();
39 $this->testObj =
new ExportFixedQuestionSet(
40 $this->createMock(\
ILIAS\Language\Language::class),
41 $this->createMock(\ilDBInterface::class),
42 $this->createMock(\ilBenchmark::class),
43 $this->createMock(\
ILIAS\
Test\Logging\TestLogger::class),
44 $this->createMock(\ilTree::class),
45 $this->createMock(\ilComponentRepository::class),
46 $this->createMock(\
ILIAS\TestQuestionPool\Questions\GeneralQuestionPropertiesRepository::class),
47 $this->createMock(\
ILIAS\FileDelivery\Services::class),
48 $this->createMock(\ilObjTest::class)
Interface Observer Contains several chained tasks and infos about them.
◆ test_instantiateObject_shouldReturnInstance()
ILIAS\Test\Tests\ExportFixedQuestionSetTest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
◆ $testObj
The documentation for this class was generated from the following file: