ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilSystemStyleConfigMock.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
10 {
11  protected string $default_skin_id = 'defaultSkin';
12  protected string $default_style_id = 'defaultStyle';
13  protected string $default_template_path = './Services/Style/System/test/fixtures/skins_temp/defaultSkin/template.xml';
14  protected string $delos_path = './Services/Style/System/test/fixtures/skins_temp/defaultSkin/defaultStyle';
15  protected string $rel_delos_path = './Services/Style/System/test/fixtures/skins_temp/defaultSkin/defaultStyle';
16  protected string $default_variables_path = './Services/Style/System/test/fixtures/skins_temp/defaultSkin/less/variables.less';
17  protected string $default_images_path = './Services/Style/System/test/fixtures/skins_temp/defaultSkin/images/';
18  protected string $default_fonts_path = './Services/Style/System/test/fixtures/skins_temp/defaultSkin/fonts/';
19  protected string $default_sounds_path = '';
20  protected string $customizing_skin_path = './Services/Style/System/test/fixtures/skins_temp/customSkins/';
21  public string $test_skin_original_path = './Services/Style/System/test/fixtures/skins/';
22  public string $test_skin_temp_path = './Services/Style/System/test/fixtures/skins_temp/';
23 }
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...