function HTMLIdTestCase::getInfo

File

modules/simpletest/tests/form.test, line 2183

Class

HTMLIdTestCase
Tests uniqueness of generated HTML IDs.

Code

public static function getInfo() {
    return array(
        'name' => 'Unique HTML IDs',
        'description' => 'Tests functionality of drupal_html_id().',
        'group' => 'Form API',
    );
}

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