Definition at line 24 of file ilQTIMattextTest.php.
 
◆ testConstruct()
      
        
          | ilQTIMattextTest::testConstruct  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ testSetGetCharset()
      
        
          | ilQTIMattextTest::testSetGetCharset  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 45 of file ilQTIMattextTest.php.
   48         $instance->setCharset(
'Some input.');
    49         $this->assertEquals(
'Some input.', $instance->getCharset());
 
 
 
 
◆ testSetGetContent()
      
        
          | ilQTIMattextTest::testSetGetContent  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 111 of file ilQTIMattextTest.php.
  114         $instance->setContent(
'Some input.');
   115         $this->assertEquals(
'Some input.', $instance->getContent());
 
 
 
 
◆ testSetGetEntityref()
      
        
          | ilQTIMattextTest::testSetGetEntityref  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 76 of file ilQTIMattextTest.php.
   79         $instance->setEntityref(
'Some input.');
    80         $this->assertEquals(
'Some input.', $instance->getEntityref());
 
 
 
 
◆ testSetGetHeight()
      
        
          | ilQTIMattextTest::testSetGetHeight  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 90 of file ilQTIMattextTest.php.
   93         $instance->setHeight(
'Some input.');
    94         $this->assertEquals(
'Some input.', $instance->getHeight());
 
 
 
 
◆ testSetGetLabel()
      
        
          | ilQTIMattextTest::testSetGetLabel  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 38 of file ilQTIMattextTest.php.
   41         $instance->setLabel(
'Some input.');
    42         $this->assertEquals(
'Some input.', $instance->getLabel());
 
 
 
 
◆ testSetGetTexttype()
      
        
          | ilQTIMattextTest::testSetGetTexttype  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 31 of file ilQTIMattextTest.php.
   34         $instance->setTexttype(
'Some input.');
    35         $this->assertEquals(
'Some input.', $instance->getTexttype());
 
 
 
 
◆ testSetGetUri()
      
        
          | ilQTIMattextTest::testSetGetUri  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 52 of file ilQTIMattextTest.php.
   55         $instance->setUri(
'Some input.');
    56         $this->assertEquals(
'Some input.', $instance->getUri());
 
 
 
 
◆ testSetGetWidth()
      
        
          | ilQTIMattextTest::testSetGetWidth  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 83 of file ilQTIMattextTest.php.
   86         $instance->setWidth(
'Some input.');
    87         $this->assertEquals(
'Some input.', $instance->getWidth());
 
 
 
 
◆ testSetGetX0()
      
        
          | ilQTIMattextTest::testSetGetX0  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 97 of file ilQTIMattextTest.php.
  100         $instance->setX0(
'Some input.');
   101         $this->assertEquals(
'Some input.', $instance->getX0());
 
 
 
 
◆ testSetGetXmllang()
      
        
          | ilQTIMattextTest::testSetGetXmllang  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 69 of file ilQTIMattextTest.php.
   72         $instance->setXmllang(
'Some input.');
    73         $this->assertEquals(
'Some input.', $instance->getXmllang());
 
 
 
 
◆ testSetGetXmlspace()
      
        
          | ilQTIMattextTest::testSetGetXmlspace  | 
          ( | 
          string  | 
          $input,  | 
        
        
           | 
           | 
          ?string  | 
          $expected  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
xmlSpaces 
Definition at line 62 of file ilQTIMattextTest.php.
   65         $instance->setXmlspace($input);
    66         $this->assertEquals($expected, $instance->getXmlspace());
 
 
 
 
◆ testSetGetY0()
      
        
          | ilQTIMattextTest::testSetGetY0  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 104 of file ilQTIMattextTest.php.
  107         $instance->setY0(
'Some input.');
   108         $this->assertEquals(
'Some input.', $instance->getY0());
 
 
 
 
◆ xmlSpaces()
  
  
      
        
          | static ilQTIMattextTest::xmlSpaces  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
The documentation for this class was generated from the following file: