public static function DrupalHTMLIdentifierTestCase::getInfo in SimpleTest 7
File
- tests/
common.test, line 649 - Tests for common.inc functionality.
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',
);
}