Definition at line 23 of file ilQTIMattextTest.php.
◆ testConstruct()
ilQTIMattextTest::testConstruct |
( |
| ) |
|
◆ testSetGetCharset()
ilQTIMattextTest::testSetGetCharset |
( |
| ) |
|
Definition at line 44 of file ilQTIMattextTest.php.
47 $instance->setCharset(
'Some input.');
48 $this->assertEquals(
'Some input.', $instance->getCharset());
◆ testSetGetContent()
ilQTIMattextTest::testSetGetContent |
( |
| ) |
|
Definition at line 110 of file ilQTIMattextTest.php.
113 $instance->setContent(
'Some input.');
114 $this->assertEquals(
'Some input.', $instance->getContent());
◆ testSetGetEntityref()
ilQTIMattextTest::testSetGetEntityref |
( |
| ) |
|
Definition at line 75 of file ilQTIMattextTest.php.
78 $instance->setEntityref(
'Some input.');
79 $this->assertEquals(
'Some input.', $instance->getEntityref());
◆ testSetGetHeight()
ilQTIMattextTest::testSetGetHeight |
( |
| ) |
|
Definition at line 89 of file ilQTIMattextTest.php.
92 $instance->setHeight(
'Some input.');
93 $this->assertEquals(
'Some input.', $instance->getHeight());
◆ testSetGetLabel()
ilQTIMattextTest::testSetGetLabel |
( |
| ) |
|
Definition at line 37 of file ilQTIMattextTest.php.
40 $instance->setLabel(
'Some input.');
41 $this->assertEquals(
'Some input.', $instance->getLabel());
◆ testSetGetTexttype()
ilQTIMattextTest::testSetGetTexttype |
( |
| ) |
|
Definition at line 30 of file ilQTIMattextTest.php.
33 $instance->setTexttype(
'Some input.');
34 $this->assertEquals(
'Some input.', $instance->getTexttype());
◆ testSetGetUri()
ilQTIMattextTest::testSetGetUri |
( |
| ) |
|
Definition at line 51 of file ilQTIMattextTest.php.
54 $instance->setUri(
'Some input.');
55 $this->assertEquals(
'Some input.', $instance->getUri());
◆ testSetGetWidth()
ilQTIMattextTest::testSetGetWidth |
( |
| ) |
|
Definition at line 82 of file ilQTIMattextTest.php.
85 $instance->setWidth(
'Some input.');
86 $this->assertEquals(
'Some input.', $instance->getWidth());
◆ testSetGetX0()
ilQTIMattextTest::testSetGetX0 |
( |
| ) |
|
Definition at line 96 of file ilQTIMattextTest.php.
99 $instance->setX0(
'Some input.');
100 $this->assertEquals(
'Some input.', $instance->getX0());
◆ testSetGetXmllang()
ilQTIMattextTest::testSetGetXmllang |
( |
| ) |
|
Definition at line 68 of file ilQTIMattextTest.php.
71 $instance->setXmllang(
'Some input.');
72 $this->assertEquals(
'Some input.', $instance->getXmllang());
◆ testSetGetXmlspace()
ilQTIMattextTest::testSetGetXmlspace |
( |
string |
$input, |
|
|
?string |
$expected |
|
) |
| |
xmlSpaces
Definition at line 61 of file ilQTIMattextTest.php.
64 $instance->setXmlspace($input);
65 $this->assertEquals($expected, $instance->getXmlspace());
◆ testSetGetY0()
ilQTIMattextTest::testSetGetY0 |
( |
| ) |
|
Definition at line 103 of file ilQTIMattextTest.php.
106 $instance->setY0(
'Some input.');
107 $this->assertEquals(
'Some input.', $instance->getY0());
◆ xmlSpaces()
static ilQTIMattextTest::xmlSpaces |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following file: