public static function PageCacheTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/PageCacheTest.php, line 24
Definition of Drupal\system\Tests\Bootstrap\PageCacheTest.

Class

PageCacheTest
Enables the page cache and tests it with various HTTP requests.

Namespace

Drupal\system\Tests\Bootstrap

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',
  );
}