Unit tests.
More...
Unit tests.
- Author
- Matheus Zych mzych.nosp@m.@dat.nosp@m.abay..nosp@m.de
\
This test was automatically generated.
Definition at line 30 of file ilAssLacLegendGUITest.php.
◆ setUp()
ilAssLacLegendGUITest::setUp |
( |
| ) |
|
|
protected |
Reimplemented from assBaseTestCase.
Definition at line 36 of file ilAssLacLegendGUITest.php.
36 : void
37 {
38 parent::setUp();
39
40 $ilGlobalTemplateInterface = $this->createMock(ilGlobalTemplateInterface::class);
41 $ilLanguage = $this->createMock(ilLanguage::class);
42 $factory = $this->createMock(Factory::class);
43
44 $this->
object =
new ilAssLacLegendGUI($ilGlobalTemplateInterface, $ilLanguage, $factory);
45 }
◆ testConstruct()
ilAssLacLegendGUITest::testConstruct |
( |
| ) |
|
Definition at line 47 of file ilAssLacLegendGUITest.php.
47 : void
48 {
49 $this->assertInstanceOf(ilAssLacLegendGUI::class, $this->object);
50 }
◆ $backupGlobals
ilAssLacLegendGUITest::$backupGlobals = false |
|
protected |
◆ $object
The documentation for this class was generated from the following file: