You are here

public static function BootstrapPageCacheTestCase::getInfo in SimpleTest 7

File

tests/bootstrap.test, line 90

Class

BootstrapPageCacheTestCase

Code

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