public static function FormsFormWrapperTestCase::getInfo in SimpleTest 7
File
- tests/
form.test, line 443 - 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',
);
}