public static function FormsArbitraryRebuildTestCase::getInfo

Archivo

drupal-7.x/modules/simpletest/tests/form.test, line 1640
Unit tests for the Drupal Form API.

Class

FormsArbitraryRebuildTestCase
Tests rebuilding of arbitrary forms by altering them.

Código

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',
  );
}