Definition at line 23 of file ilQTISetvarTest.php.
◆ actions()
static ilQTISetvarTest::actions |
( |
| ) |
|
|
static |
◆ testConstruct()
ilQTISetvarTest::testConstruct |
( |
| ) |
|
◆ testSetGetAction()
ilQTISetvarTest::testSetGetAction |
( |
string |
$input, |
|
|
?string |
$expected |
|
) |
| |
Definition at line 31 of file ilQTISetvarTest.php.
34 $instance->setAction($input);
35 $this->assertEquals($expected, $instance->getAction());
◆ testSetGetContent()
ilQTISetvarTest::testSetGetContent |
( |
| ) |
|
Definition at line 38 of file ilQTISetvarTest.php.
41 $instance->setContent(
'Some input.');
42 $this->assertEquals(
'Some input.', $instance->getContent());
◆ testSetGetVarname()
ilQTISetvarTest::testSetGetVarname |
( |
| ) |
|
Definition at line 45 of file ilQTISetvarTest.php.
48 $instance->setVarname(
'Some input.');
49 $this->assertEquals(
'Some input.', $instance->getVarname());
The documentation for this class was generated from the following file: