public static function FormsFormCacheTestCase::getInfo

File

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

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