public static function FormsArbitraryRebuildTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ form.test, line 1998 - Unit tests for the Drupal Form API.
Class
- FormsArbitraryRebuildTestCase
- Tests rebuilding of arbitrary forms by altering them.
Code
public static function getInfo() {
return array(
'name' => 'Rebuild arbitrary forms',
'description' => 'Tests altering forms to be rebuilt so there are multiple steps.',
'group' => 'Form API',
);
}