Unit tests for class ilCopyWizardOptions.
More...
◆ setGlobalVariable()
| ilConditionsTest::setGlobalVariable |
( |
string |
$name, |
|
|
|
$value |
|
) |
| |
|
protected |
- Parameters
-
Definition at line 47 of file ilConditionsTest.php.
47 : void
48 {
50
54 return $value;
55 };
56 }
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
Customizing of pimple-DIC for ILIAS.
References $c, $DIC, $GLOBALS, and $name.
◆ testCondition()
| ilConditionsTest::testCondition |
( |
| ) |
|
Definition at line 36 of file ilConditionsTest.php.
36 : void
37 {
39 $obligatory_condition = $condition->withObligatory(true);
40 $this->assertTrue($obligatory_condition->getObligatory());
41 $this->assertFalse($condition->getObligatory());
42 }
Represents a condition trigger object.
◆ $backupGlobals
| ilConditionsTest::$backupGlobals = false |
|
protected |
◆ $dic
The documentation for this class was generated from the following file: