public static function FormCacheTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormCacheTest.php, line 24
Contains \Drupal\system\Tests\Form\FormCacheTest.

Class

FormCacheTest
Tests form caching.

Namespace

Drupal\system\Tests\Form

Code

public static function getInfo() {
  return array(
    'name' => 'Form cache tests',
    'description' => 'Tests form_set_cache() and form_get_cache()',
    'group' => 'Form API',
  );
}