function FormAlterTestCase::getInfo

File

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

Class

FormAlterTestCase
Test form alter hooks.

Code

public static function getInfo() {
    return array(
        'name' => 'Form alter hooks',
        'description' => 'Tests hook_form_alter() and hook_form_FORM_ID_alter().',
        'group' => 'Form API',
    );
}

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