public static function BootstrapPageCacheTestCase::getInfo

Archivo

drupal-7.x/modules/simpletest/tests/bootstrap.test, line 103

Class

BootstrapPageCacheTestCase

Código

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