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