Unit tests for class ilCopyWizardOptions.
More...
◆ setGlobalVariable()
| ilConditionsTest::setGlobalVariable |
( |
string |
$name, |
|
|
|
$value |
|
) |
| |
|
protected |
◆ 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: