public static function StorageTest::getInfo

Same name in this branch

File

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

Class

StorageTest
Test the form storage on a multistep form.

Namespace

Drupal\system\Tests\Form

Code

public static function getInfo() {
  return array(
    'name' => 'Multistep form using form storage',
    'description' => 'Tests a multistep form using form storage and makes sure validation and caching works right.',
    'group' => 'Form API',
  );
}