public static function FormsFormWrapperTestCase::getInfo

7.x form.test public static FormsFormWrapperTestCase::getInfo()

File

drupal-7.x/modules/simpletest/tests/form.test, line 1165
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',
  );
}