ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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
4include_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
39 protected $rel_delos_path = "./Services/Style/System/test/fixtures/skins_temp/defaultSkin/defaultStyle";
40
44 protected $default_variables_path = "./Services/Style/System/test/fixtures/skins_temp/defaultSkin/less/variables.less";
45
51 protected $default_images_path = "./Services/Style/System/test/fixtures/skins_temp/defaultSkin/images/";
52
58 protected $default_fonts_path = "./Services/Style/System/test/fixtures/skins_temp/defaultSkin/fonts/";
59
65 protected $default_sounds_path = "";
66
72 protected $customizing_skin_path = "./Services/Style/System/test/fixtures/skins_temp/customSkins/";
73
74 public $test_skin_original_path = "./Services/Style/System/test/fixtures/skins/";
75 public $test_skin_temp_path = "./Services/Style/System/test/fixtures/skins_temp/";
76}
An exception for terminatinating execution or to throw for unit testing.
ilSystemStyleConfig wraps all 'constants' to ensure the testability of all classes using those 'const...
$customizing_skin_path
Customizing skin path to place folders for custom skins into.
ilSystemStyleConfig wraps all 'constants' to ensure the testability of all classes using those 'const...