public static function ArbitraryRebuildTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Form/ArbitraryRebuildTest.php, line 24
Definition of Drupal\system\Tests\Form\ArbitraryRebuildTest.

Class

ArbitraryRebuildTest
Tests rebuilding of arbitrary forms by altering them.

Namespace

Drupal\system\Tests\Form

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