◆ setUp()
ilSystemStyleOverviewGUITest::setUp |
( |
| ) |
|
|
protected |
Definition at line 35 of file ilSystemStyleOverviewGUITest.php.
References $factory, ilSystemStyleBaseFSTest\$lng, ILIAS\Repository\$refinery, $tpl, ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
40 $this->
ctrl = $this->getMockBuilder(ilCtrl::class)->disableOriginalConstructor()->onlyMethods([
46 $tpl = $ui_helper->mainTemplate();
47 $ui_factory = $ui_helper->factory();
48 $renderer = $ui_helper->renderer();
49 $request = $this->getMockBuilder(WrapperFactory::class)->disableOriginalConstructor()->onlyMethods([
52 $toolbar = $this->getMockBuilder(ilToolbarGUI::class)->disableOriginalConstructor()->onlyMethods([])->getMock();
53 $tabs = $this->getMockBuilder(ilTabsGUI::class)->disableOriginalConstructor()->onlyMethods([])->getMock();
58 $help = $this->getMockBuilder(ilHelpGUI::class)->disableOriginalConstructor()->onlyMethods([
60 $upload = $this->getMockBuilder(FileUpload::class)->disableOriginalConstructor()->onlyMethods([])->getMock();
75 $this->container->getSkin()->getId(),
76 $this->style->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
◆ testConstruct()
ilSystemStyleOverviewGUITest::testConstruct |
( |
| ) |
|
◆ $ctrl
ilCtrl ilSystemStyleOverviewGUITest::$ctrl |
|
protected |
◆ $overview_gui
The documentation for this class was generated from the following file: