public static function FormAlterTestCase::getInfo
7.x form.test | public static FormAlterTestCase::getInfo() |
File
- drupal-7.x/
modules/ simpletest/ tests/ form.test, line 539 - Unit tests for the Drupal Form API.
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',
);
}