public static function DrupalHtmlToTextTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ mail.test, line 164 - Test the Drupal mailing system.
Class
- DrupalHtmlToTextTestCase
- Unit tests for drupal_html_to_text().
Code
public static function getInfo() {
return array(
'name' => 'HTML to text conversion',
'description' => 'Tests drupal_html_to_text().',
'group' => 'Mail',
);
}