Test class ilSkillCategory.
More...
◆ setGlobalVariable()
SkillCategoryTest::setGlobalVariable |
( |
string |
$name, |
|
|
|
$value |
|
) |
| |
|
protected |
◆ setUp()
SkillCategoryTest::setUp |
( |
| ) |
|
|
protected |
Definition at line 45 of file SkillCategoryTest.php.
References $dic, $GLOBALS, and setGlobalVariable().
52 $db = $this->createMock(ilDBInterface::class);
57 $tree = $this->createMock(ilTree::class);
62 $rbac = $this->createMock(ilRbacSystem::class);
67 $user = $this->createMock(ilObjUser::class);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setGlobalVariable(string $name, $value)
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
◆ tearDown()
SkillCategoryTest::tearDown |
( |
| ) |
|
|
protected |
◆ testProperties()
SkillCategoryTest::testProperties |
( |
| ) |
|
Definition at line 80 of file SkillCategoryTest.php.
References $skill_category, and ilSkillTreeNode\setTitle().
84 $sk->setDescription(
"This is a description for a skill category.");
85 $sk->setSelfEvaluation(
true);
89 $sk->setImportId(
"an_import_id");
100 "This is a description for a skill category.",
101 $sk->getDescription()
105 $sk->getSelfEvaluation()
setTitle(string $a_title)
ilSkillCategory $skill_category
◆ $skill_category
The documentation for this class was generated from the following file: