public static function BootstrapPageCacheTestCase::getInfo

File

drupal/modules/simpletest/tests/bootstrap.test, line 117

Class

BootstrapPageCacheTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Page cache test',
    'description' => 'Enable the page cache and test it with various HTTP requests.',
    'group' => 'Bootstrap',
  );
}