public static function FormsFormStorageTestCase::getInfo
7.x form.test | public static FormsFormStorageTestCase::getInfo() |
File
- drupal-7.x/
modules/ simpletest/ tests/ form.test, line 1022 - 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',
);
}