public static function FormsArbitraryRebuildTestCase::getInfo

File

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