function FormsFormCacheTestCase::getInfo

File

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

Class

FormsFormCacheTestCase
Test cache_form.

Code

public static function getInfo() {
  return array(
    'name' => 'Form caching',
    'description' => 'Tests storage and retrieval of forms from cache.',
    'group' => 'Form API',
  );
}

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