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 108 of file ilQTIMattextTest.php.
111 $instance->setContent(
'Some input.');
112 $this->assertEquals(
'Some input.', $instance->getContent());
◆ testSetGetEntityref()
ilQTIMattextTest::testSetGetEntityref |
( |
| ) |
|
Definition at line 73 of file ilQTIMattextTest.php.
76 $instance->setEntityref(
'Some input.');
77 $this->assertEquals(
'Some input.', $instance->getEntityref());
◆ testSetGetHeight()
ilQTIMattextTest::testSetGetHeight |
( |
| ) |
|
Definition at line 87 of file ilQTIMattextTest.php.
90 $instance->setHeight(
'Some input.');
91 $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 80 of file ilQTIMattextTest.php.
83 $instance->setWidth(
'Some input.');
84 $this->assertEquals(
'Some input.', $instance->getWidth());
◆ testSetGetX0()
ilQTIMattextTest::testSetGetX0 |
( |
| ) |
|
Definition at line 94 of file ilQTIMattextTest.php.
97 $instance->setX0(
'Some input.');
98 $this->assertEquals(
'Some input.', $instance->getX0());
◆ testSetGetXmllang()
ilQTIMattextTest::testSetGetXmllang |
( |
| ) |
|
Definition at line 66 of file ilQTIMattextTest.php.
69 $instance->setXmllang(
'Some input.');
70 $this->assertEquals(
'Some input.', $instance->getXmllang());
◆ testSetGetXmlspace()
ilQTIMattextTest::testSetGetXmlspace |
( |
string |
$input, |
|
|
?string |
$expected |
|
) |
| |
Definition at line 59 of file ilQTIMattextTest.php.
62 $instance->setXmlspace($input);
63 $this->assertEquals($expected, $instance->getXmlspace());
◆ testSetGetY0()
ilQTIMattextTest::testSetGetY0 |
( |
| ) |
|
Definition at line 101 of file ilQTIMattextTest.php.
104 $instance->setY0(
'Some input.');
105 $this->assertEquals(
'Some input.', $instance->getY0());
◆ xmlSpaces()
static ilQTIMattextTest::xmlSpaces |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following file: