public static function DrupalHtmlToTextTestCase::getInfo

File

drupal/modules/simpletest/tests/mail.test, line 89
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',
  );
}