19 declare(strict_types=1);
34 $ilTestResultsPresentationFactory =
new Factory(
35 $this->createMock(UIFactory::class),
36 $this->createMock(UIRenderer::class),
37 $this->createMock(Refinery::class),
38 $this->createMock(DataFactory::class),
39 $this->createMock(HTTPService::class),
40 $this->createMock(\ilLanguage::class)
42 $this->assertInstanceOf(Factory::class, $ilTestResultsPresentationFactory);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...