function FormsFormStorageTestCase::getInfo

File

modules/simpletest/tests/form.test, line 1131

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.