1.20.x form.test public static FormsFormCacheTestCase::getInfo()

File

modules/simpletest/tests/form.test, line 1449
Unit tests for the Backdrop 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',
  );
}