public static function BootstrapPageCacheTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ bootstrap.test, line 117
Class
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',
);
}