public static function FormAlterTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ form.test, line 613 - 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',
);
}