function DrupalHtmlToTextTestCase::getInfo

File

modules/simpletest/tests/mail.test, line 164

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',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.