90 $this->assertFalse(is_dir($this->system_style_config->getCustomizingSkinPath() .
$skin->
getId() .
'Copy'));
92 $container_copy = $this->factory->copyFromSkinStyleContainer(
$container, $this->file_system, $this->message_stack);
93 $skin_copy = $container_copy->getSkin();
95 $this->assertTrue(is_dir($this->system_style_config->getCustomizingSkinPath() .
$skin->
getId() .
'Copy'));
96 $this->assertTrue(is_dir($this->system_style_config->getCustomizingSkinPath() . $skin_copy->getId()));
97 $this->assertTrue(is_dir($this->system_style_config->getCustomizingSkinPath() . $skin_copy->getId() .
'/style1image'));
98 $this->assertTrue(is_dir($this->system_style_config->getCustomizingSkinPath() . $skin_copy->getId() .
'/style1sound'));
99 $this->assertTrue(is_dir($this->system_style_config->getCustomizingSkinPath() . $skin_copy->getId() .
'/style1font'));
100 $this->assertTrue(is_file($this->system_style_config->getCustomizingSkinPath() . $skin_copy->getId() .
'/style1css.css'));
101 $this->assertTrue(is_file($this->system_style_config->getCustomizingSkinPath() . $skin_copy->getId() .
'/style1css.less'));
102 $this->assertTrue(is_file($this->system_style_config->getCustomizingSkinPath() . $skin_copy->getId() .
'/style1css-variables.less'));
104 $this->assertEquals(
$skin->
getName() .
' Copy', $skin_copy->getName());
105 $this->assertEquals(
'0.1', $skin_copy->getVersion());
ilSystemStyleMessageStack $message_stack
ilSkinStyleContainer $container