public static function FormsFormStorageTestCase::getInfo

File

drupal/modules/simpletest/tests/form.test, line 1108
Unit tests for the Drupal Form API.

Class

FormsFormStorageTestCase
Test the form storage on a multistep 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',
  );
}