public static function FormsFormWrapperTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ form.test, line 1502 - Unit tests for the Drupal Form API.
Class
- FormsFormWrapperTestCase
- Test wrapper form callbacks.
Code
public static function getInfo() {
return array(
'name' => 'Form wrapper callback',
'description' => 'Tests form wrapper callbacks to pass a prebuilt form to form builder functions.',
'group' => 'Form API',
);
}