◆ setUp()
ilSystemStyleOverviewGUITest::setUp |
( |
| ) |
|
|
protected |
Definition at line 36 of file ilSystemStyleOverviewGUITest.php.
References ilSystemStyleBaseFS\$lng, ILIAS\UI\examples\Layout\Page\Standard\$refinery, $renderer, ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and UITestHelper.
41 $this->
ctrl = $this->getMockBuilder(ilCtrl::class)->disableOriginalConstructor()->onlyMethods([
47 $tpl = $ui_helper->mainTemplate();
48 $ui_factory = $ui_helper->factory();
50 $request = $this->getMockBuilder(WrapperFactory::class)->disableOriginalConstructor()->onlyMethods([
53 $toolbar = $this->getMockBuilder(ilToolbarGUI::class)->disableOriginalConstructor()->onlyMethods([])->getMock();
54 $tabs = $this->getMockBuilder(ilTabsGUI::class)->disableOriginalConstructor()->onlyMethods([])->getMock();
59 $help = $this->getMockBuilder(ilHelpGUI::class)->disableOriginalConstructor()->onlyMethods([
61 $upload = $this->getMockBuilder(FileUpload::class)->disableOriginalConstructor()->onlyMethods([])->getMock();
76 $this->container->getSkin()->getId(),
77 $this->style->getId(),
Factory to create Skin classes holds an manages the basic data of a skin as provide by the template o...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
trait UITestHelper
Class UITestHelper can be helpful for test cases outside the UI Components, to inject a working facto...
◆ testConstruct()
ilSystemStyleOverviewGUITest::testConstruct |
( |
| ) |
|
◆ $ctrl
ilCtrl ilSystemStyleOverviewGUITest::$ctrl |
|
protected |
◆ $overview_gui
The documentation for this class was generated from the following file: