ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
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
14
class
ilSystemStyleConfigMock
extends
ilSystemStyleConfig
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
}
ilSystemStyleConfigMock\$default_fonts_path
$default_fonts_path
Definition:
ilSystemStyleConfigMock.php:58
ilSystemStyleConfigMock\$test_skin_temp_path
$test_skin_temp_path
Definition:
ilSystemStyleConfigMock.php:75
ilSystemStyleConfigMock\$default_images_path
$default_images_path
Definition:
ilSystemStyleConfigMock.php:51
ilSystemStyleConfigMock\$delos_path
$delos_path
Definition:
ilSystemStyleConfigMock.php:34
ilSystemStyleConfigMock\$default_style_id
$default_style_id
Definition:
ilSystemStyleConfigMock.php:24
ilSystemStyleConfigMock\$rel_delos_path
$rel_delos_path
Definition:
ilSystemStyleConfigMock.php:39
ilSystemStyleConfigMock\$test_skin_original_path
$test_skin_original_path
Definition:
ilSystemStyleConfigMock.php:74
ilSystemStyleConfigMock\$customizing_skin_path
$customizing_skin_path
Customizing skin path to place folders for custom skins into.
Definition:
ilSystemStyleConfigMock.php:72
ilSystemStyleConfigMock\$default_sounds_path
$default_sounds_path
Definition:
ilSystemStyleConfigMock.php:65
ilSystemStyleConfigMock
ilSystemStyleConfig wraps all 'constants' to ensure the testability of all classes using those 'const...
Definition:
ilSystemStyleConfigMock.php:14
ilSystemStyleConfigMock\$default_skin_id
$default_skin_id
Definition:
ilSystemStyleConfigMock.php:19
ilSystemStyleConfig
ilSystemStyleConfig wraps all 'constants' to ensure the testability of all classes using those 'const...
Definition:
class.ilSystemStyleConfig.php:13
php
ilSystemStyleConfigMock\$default_variables_path
$default_variables_path
Definition:
ilSystemStyleConfigMock.php:44
ilSystemStyleConfigMock\$default_template_path
$default_template_path
Definition:
ilSystemStyleConfigMock.php:29
Services
Style
System
test
fixtures
mocks
ilSystemStyleConfigMock.php
Generated on Thu Jan 16 2025 19:02:31 for ILIAS by
1.8.13 (using
Doxyfile
)