function FormsArbitraryRebuildTestCase::getInfo
File
-
modules/
simpletest/ tests/ form.test, line 2001
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',
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.