You are here

public static function FormsFormStorageTestCase::getInfo in SimpleTest 7

File

tests/form.test, line 384
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',
  );
}