function DrupalHTMLIdentifierTestCase::getInfo
File
-
modules/
simpletest/ tests/ common.test, line 1010
Class
- DrupalHTMLIdentifierTestCase
- Test for cleaning HTML identifiers.
Code
public static function getInfo() {
return array(
'name' => 'HTML identifiers',
'description' => 'Test the functions drupal_html_class(), drupal_html_id() and drupal_clean_css_identifier() for expected behavior',
'group' => 'System',
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.