public static function FormsRebuildTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ form.test, line 1623 - Unit tests for the Drupal Form API.
Class
- FormsRebuildTestCase
- Tests form rebuilding.
Code
public static function getInfo() {
return array(
'name' => 'Form rebuilding',
'description' => 'Tests functionality of drupal_rebuild_form().',
'group' => 'Form API',
);
}