ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ilSystemStyleConfigMock.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (c) 2016 Timon Amstutz <timon.amstutz@ilub.unibe.ch> Extended GPL, see docs/LICENSE */
3 
4 include_once("Services/Style/System/classes/Utilities/class.ilSystemStyleConfig.php");
5 
15 {
19  protected $default_skin_id = "defaultSkin";
20 
24  protected $default_style_id = "defaultStyle";
25 
29  protected $default_template_path = "./Services/Style/System/test/fixtures/skins_temp/defaultSkin/template.xml";
30 
34  protected $delos_path = "./Services/Style/System/test/fixtures/skins_temp/defaultSkin/defaultStyle";
35 
36 
40  protected $default_variables_path = "./Services/Style/System/test/fixtures/skins_temp/defaultSkin/less/variables.less";
41 
47  protected $default_images_path = "./Services/Style/System/test/fixtures/skins_temp/defaultSkin/images/";
48 
54  protected $default_fonts_path = "./Services/Style/System/test/fixtures/skins_temp/defaultSkin/fonts/";
55 
61  protected $default_sounds_path = "";
62 
68  protected $customizing_skin_path = "./Services/Style/System/test/fixtures/skins_temp/customSkins/";
69 
70  public $test_skin_original_path = "./Services/Style/System/test/fixtures/skins/";
71  public $test_skin_temp_path = "./Services/Style/System/test/fixtures/skins_temp/";
72 
73 }
$customizing_skin_path
Customizing skin path to place folders for custom skins into.
ilSystemStyleConfig wraps all &#39;constants&#39; to ensure the testability of all classes using those &#39;const...
ilSystemStyleConfig wraps all &#39;constants&#39; to ensure the testability of all classes using those &#39;const...