public static property PageCacheTest::$modules

Modules to enable.

Type: array

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 $modules = array(
  'test_page_test',
  'system_test',
);