public static function FormsFormStoragePageCacheTestCase::getInfo

File

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

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