public static function DrupalHtmlToTextTestCase::getInfo

7.x mail.test public static DrupalHtmlToTextTestCase::getInfo()

File

drupal-7.x/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',
  );
}