◆ setUp()
MarkSchemaGUITest::setUp |
( |
| ) |
|
|
protected |
Definition at line 30 of file MarkSchemaGUITest.php.
References addGlobal_ilTabs(), addGlobal_ilToolbar(), addGlobal_tpl(), and getTestObjMock().
40 $this->createMock(ilObjUser::class),
41 $this->createMock(ilLanguage::class),
42 $this->createMock(ilCtrl::class),
43 $this->createMock(ilGlobalTemplateInterface::class),
44 $this->createMock(ilToolbarGUI::class),
45 $this->createMock(\
ILIAS\
Test\Logging\TestLogger::class),
46 $this->createMock(
ILIAS\
HTTP\Wrapper\RequestWrapper::class),
47 $this->createMock(
ILIAS\
HTTP\Wrapper\RequestWrapper::class),
48 $this->createMock(
ILIAS\
Test\ResponseHandler::class),
49 $this->createMock(\
GuzzleHttp\Psr7\Request::class),
51 $this->createMock(
ILIAS\
UI\Factory::class),
52 $this->createMock(
ILIAS\
UI\Renderer::class)
Interface Observer Contains several chained tasks and infos about them.
◆ test_instantiateObject_shouldReturnInstance()
MarkSchemaGUITest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
Definition at line 56 of file MarkSchemaGUITest.php.
58 $this->assertInstanceOf(MarkSchemaGUI::class, $this->testObj);
◆ $testObj
The documentation for this class was generated from the following file: