public static function FormsFormCacheTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ form.test, line 1449 - 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',
);
}