◆ setUp()
ilSystemStyleIconsGUITest::setUp |
( |
| ) |
|
|
protected |
Definition at line 35 of file ilSystemStyleIconsGUITest.php.
References $factory, ILIAS\Repository\$refinery, $tpl, ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
40 $this->
ctrl = $this->getMockBuilder(ilCtrl::class)->disableOriginalConstructor()->onlyMethods([
41 'getFormAction',
'getCmd',
'getLinkTargetByClass' 44 $tpl = $ui_helper->mainTemplate();
45 $ui_factory = $ui_helper->factory();
46 $renderer = $ui_helper->renderer();
47 $request = $this->getMockBuilder(WrapperFactory::class)->disableOriginalConstructor()->onlyMethods([
50 $toolbar = $this->getMockBuilder(ilToolbarGUI::class)->disableOriginalConstructor()->onlyMethods([])->getMock();
51 $upload = $this->getMockBuilder(FileUpload::class)->disableOriginalConstructor()->onlyMethods([])->getMock();
52 $tabs = $this->getMockBuilder(ilTabsGUI::class)->disableOriginalConstructor()->onlyMethods([])->getMock();
70 $this->container->getSkin()->getId(),
Factory to create Skin classes holds an manages the basic data of a skin as provide by the template o...
Class UITestHelper can be helpful for test cases outside the UI Components, to inject a working facto...
if($DIC->http() ->request() ->getMethod()=="GET" &&isset($DIC->http() ->request() ->getQueryParams()['tex'])) $tpl
Refinery Factory $refinery
◆ tesGetIconsPreviewstPreview()
ilSystemStyleIconsGUITest::tesGetIconsPreviewstPreview |
( |
| ) |
|
Definition at line 81 of file ilSystemStyleIconsGUITest.php.
83 $this->assertInstanceOf(\
ILIAS\
UI\
Component\Panel\Report::class, $this->icons_gui->getIconsPreviews());
Class ChatMainBarProvider .
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
◆ testConstruct()
ilSystemStyleIconsGUITest::testConstruct |
( |
| ) |
|
◆ testPreview()
ilSystemStyleIconsGUITest::testPreview |
( |
| ) |
|
◆ $ctrl
ilCtrl ilSystemStyleIconsGUITest::$ctrl |
|
protected |
◆ $icons_gui
The documentation for this class was generated from the following file: