Definition at line 25 of file ilSystemStyleBaseFS.php.
◆ getAllContentOfFolder()
| ilSystemStyleBaseFS::getAllContentOfFolder |
( |
string |
$directory | ) |
|
|
protected |
◆ setUp()
| ilSystemStyleBaseFS::setUp |
( |
| ) |
|
|
protected |
Definition at line 35 of file ilSystemStyleBaseFS.php.
References $DIC, and ILIAS\Repository\lng().
38 $DIC[
'tpl'] = $this->getMockBuilder(ilGlobalTemplateInterface::class)->getMock();
42 if (!file_exists($this->system_style_config->test_skin_temp_path)) {
43 mkdir($this->system_style_config->test_skin_temp_path);
47 include_once(
'./tests/UI/Base.php');
51 $this->file_system->recursiveCopy(
52 $this->system_style_config->test_skin_original_path,
53 $this->system_style_config->test_skin_temp_path
57 $this->container = $factory->skinStyleContainerFromId(
'skin1', $this->message_stack);
58 $this->style = $this->container->getSkin()->getStyle(
'style1');
Factory to create Skin classes holds an manages the basic data of a skin as provide by the template o...
File System Helper, to reduce deps.
ilSystemStyleConfig wraps all 'constants' to ensure the testability of all classes using those 'const...
Used to stack messages to be shown to the user.
◆ tearDown()
| ilSystemStyleBaseFS::tearDown |
( |
| ) |
|
|
protected |
Definition at line 75 of file ilSystemStyleBaseFS.php.
77 $this->file_system->recursiveRemoveDir($this->system_style_config->test_skin_temp_path);
◆ $container
Definition at line 28 of file ilSystemStyleBaseFS.php.
Referenced by ilSkinStyleContainerTest\testAddStyle(), ilSkinStyleContainerTest\testAddSubstyle(), ilSkinFactoryTest\testCopySkin(), ilSkinFactoryTest\testCopySkinWithInjectedName(), ilSkinStyleContainerTest\testCreateDelete(), ilSkinStyleContainerTest\testDeleteSkin(), ilSkinStyleContainerTest\testDeleteStyle(), ilSkinFactoryTest\testImportSkin(), ilSkinFactoryTest\testSkinStyleContainerFromId(), ilSkinStyleContainerTest\testUpdateSkinNoIdChange(), ilSkinStyleContainerTest\testUpdateSkinWithChangedID(), and ilSkinStyleContainerTest\testUpdateStyle().
◆ $file_system
◆ $lng
◆ $message_stack
Definition at line 33 of file ilSystemStyleBaseFS.php.
Referenced by ilSkinStyleContainerTest\testAddStyle(), ilSkinStyleContainerTest\testAddSubstyle(), ilSkinFactoryTest\testCopySkin(), ilSkinFactoryTest\testCopySkinWithInjectedName(), ilSkinStyleContainerTest\testCreateDelete(), ilSkinStyleContainerTest\testDeleteSkin(), ilSkinStyleContainerTest\testDeleteStyle(), ilSkinFactoryTest\testImportSkin(), ilSkinFactoryTest\testSkinStyleContainerFromId(), ilSkinStyleContainerTest\testUpdateSkinNoIdChange(), ilSkinStyleContainerTest\testUpdateSkinWithChangedID(), and ilSkinStyleContainerTest\testUpdateStyle().
◆ $save_dic
| ILIAS DI Container ilSystemStyleBaseFS::$save_dic = null |
|
protected |
◆ $style
◆ $system_style_config
The documentation for this class was generated from the following file: