function FormsFormStoragePageCacheTestCase::getInfo

File

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

Class

FormsFormStoragePageCacheTestCase
Test the form storage when page caching for anonymous users is turned on.

Code

public static function getInfo() {
    return array(
        'name' => 'Forms using form storage on cached pages',
        'description' => 'Tests a form using form storage and makes sure validation and caching works when page caching for anonymous users is turned on.',
        'group' => 'Form API',
    );
}

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