Definition at line 23 of file ilSystemStyleIconTest.php.
◆ testChangeColor()
ilSystemStyleIconTest::testChangeColor |
( |
| ) |
|
Definition at line 71 of file ilSystemStyleIconTest.php.
References $path.
73 $path = $this->container->getImagesSkinPath($this->style->getId()) .
'/' . $this->icon_name;
76 $icon->changeColors([
'505050' =>
'555555']);
83 $expected_color_set->addColor($color1);
84 $expected_color_set->addColor($color2);
85 $expected_color_set->addColor($color3);
86 $expected_color_set->addColor($color4);
88 $this->assertEquals($expected_color_set, $icon->getColorSet());
Abstracts an Icon and the necessary actions to get all colors out of an svg Icon. ...
◆ testChangeColorInIconFile()
ilSystemStyleIconTest::testChangeColorInIconFile |
( |
| ) |
|
Definition at line 91 of file ilSystemStyleIconTest.php.
References $path.
93 $path = $this->container->getImagesSkinPath($this->style->getId()) .
'/' . $this->icon_name;
96 $icon->changeColors([
'505050' =>
'555555']);
103 $expected_color_set->addColor($color1);
104 $expected_color_set->addColor($color2);
105 $expected_color_set->addColor($color3);
106 $expected_color_set->addColor($color4);
110 $this->assertEquals($expected_color_set, $icon_new->getColorSet());
Abstracts an Icon and the necessary actions to get all colors out of an svg Icon. ...
◆ testConstruct()
ilSystemStyleIconTest::testConstruct |
( |
| ) |
|
Definition at line 28 of file ilSystemStyleIconTest.php.
References $icon_name, $icon_type, and $path.
30 $path = $this->container->getImagesSkinPath($this->style->getId()) .
'/' . $this->icon_name;
34 $this->assertEquals($icon->getPath(),
$path);
Abstracts an Icon and the necessary actions to get all colors out of an svg Icon. ...
◆ testGetColorSet()
ilSystemStyleIconTest::testGetColorSet |
( |
| ) |
|
Definition at line 53 of file ilSystemStyleIconTest.php.
References $path.
55 $path = $this->container->getImagesSkinPath($this->style->getId()) .
'/' . $this->icon_name;
63 $expected_color_set->addColor($color1);
64 $expected_color_set->addColor($color2);
65 $expected_color_set->addColor($color3);
66 $expected_color_set->addColor($color4);
68 $this->assertEquals($expected_color_set, $icon->getColorSet());
Abstracts an Icon and the necessary actions to get all colors out of an svg Icon. ...
◆ testGetDirRelToCustomizing()
ilSystemStyleIconTest::testGetDirRelToCustomizing |
( |
| ) |
|
Definition at line 38 of file ilSystemStyleIconTest.php.
References $name, and $path.
40 $path = $this->container->getImagesSkinPath($this->style->getId()) .
'/' . $this->icon_name;
43 $this->assertEquals(
'', $icon->getDirRelToCustomizing());
46 $rel_path =
'global/skin/unibe50/images';
47 $path =
'./Customizing' . $rel_path .
'/' .
$name;
50 $this->assertEquals($rel_path, $icon->getDirRelToCustomizing());
Abstracts an Icon and the necessary actions to get all colors out of an svg Icon. ...
◆ $icon_name
string ilSystemStyleIconTest::$icon_name = 'test_image_1.svg' |
|
protected |
◆ $icon_type
string ilSystemStyleIconTest::$icon_type = 'svg' |
|
protected |
The documentation for this class was generated from the following file: