19declare(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);
Builds a Color from either hex- or rgb values.
An entity that renders components to a string output.