Definition at line 21 of file ilMailBodyPurifierTest.php.
 
◆ bodyProvider()
      
        
          | ilMailBodyPurifierTest::bodyProvider  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 23 of file ilMailBodyPurifierTest.php.
   26             'Reply indicators are kept' => [
    27                 '> This is the original message' . chr(10) . 
'> Stretching over multiple lines',
    28                 '> This is the original message' . chr(10) . 
'> Stretching over multiple lines',
    30             'Reply indicators are kept, even if body contains (supported and unsupported) HTML' => [
    31                 '> This is the original <b>message</b>' . chr(10) . 
'> <section>Stretching</section> over multiple lines',
    32                 '> This is the original < b>message< /b>' . chr(10) . 
'> < section>Stretching< /section> over multiple lines',
  
 
 
◆ testCarriageReturnCharactersAreRemoved()
      
        
          | ilMailBodyPurifierTest::testCarriageReturnCharactersAreRemoved  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ testMailBodyPurifier()
      
        
          | ilMailBodyPurifierTest::testMailBodyPurifier  | 
          ( | 
          string  | 
          $body,  | 
        
        
           | 
           | 
          string  | 
          $expectedBody  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
The documentation for this class was generated from the following file: