ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ 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
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
}
ilSystemStyleConfigMock\$default_fonts_path
$default_fonts_path
Definition:
ilSystemStyleConfigMock.php:54
ilSystemStyleConfigMock\$test_skin_temp_path
$test_skin_temp_path
Definition:
ilSystemStyleConfigMock.php:71
ilSystemStyleConfigMock\$default_images_path
$default_images_path
Definition:
ilSystemStyleConfigMock.php:47
ilSystemStyleConfigMock\$delos_path
$delos_path
Definition:
ilSystemStyleConfigMock.php:34
ilSystemStyleConfigMock\$default_style_id
$default_style_id
Definition:
ilSystemStyleConfigMock.php:24
ilSystemStyleConfigMock\$test_skin_original_path
$test_skin_original_path
Definition:
ilSystemStyleConfigMock.php:70
ilSystemStyleConfigMock\$customizing_skin_path
$customizing_skin_path
Customizing skin path to place folders for custom skins into.
Definition:
ilSystemStyleConfigMock.php:68
ilSystemStyleConfigMock\$default_sounds_path
$default_sounds_path
Definition:
ilSystemStyleConfigMock.php:61
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:40
ilSystemStyleConfigMock\$default_template_path
$default_template_path
Definition:
ilSystemStyleConfigMock.php:29
Services
Style
System
test
fixtures
mocks
ilSystemStyleConfigMock.php
Generated on Fri Jan 24 2025 19:01:14 for ILIAS by
1.8.13 (using
Doxyfile
)