19 declare(strict_types=1);
31 protected function setUp(): void
37 $this->createMock(ilObjTest::class),
38 $this->createMock(ilLanguage::class),
39 $this->createMock(ilLogger::class),
40 $this->createMock(ilTree::class),
41 $this->createMock(ilComponentRepository::class),
42 $this->createMock(QuestionInfoService::class)
48 $this->assertInstanceOf(ilTestExportFactory::class, $this->testObj);
test_instantiateObject_shouldReturnInstance()
Class ilTestExportFactoryTest.
ilTestExportFactory $testObj