36 protected function setUp(): void
40 $ilGlobalTemplateInterface = $this->createMock(ilGlobalTemplateInterface::class);
41 $ilLanguage = $this->createMock(ilLanguage::class);
42 $factory = $this->createMock(Factory::class);
44 $this->
object =
new ilAssLacLegendGUI($ilGlobalTemplateInterface, $ilLanguage, $factory);
49 $this->assertInstanceOf(ilAssLacLegendGUI::class, $this->
object);
Builds a Color from either hex- or rgb values.
ilAssLacLegendGUI $object