You are here

public static property PageCacheTest::$modules in Zircon Profile 8

Same name in this branch
  1. 8 core/modules/page_cache/src/Tests/PageCacheTest.php \Drupal\page_cache\Tests\PageCacheTest::modules
  2. 8 core/modules/rest/src/Tests/PageCacheTest.php \Drupal\rest\Tests\PageCacheTest::modules
Same name and namespace in other branches
  1. 8.0 core/modules/page_cache/src/Tests/PageCacheTest.php \Drupal\page_cache\Tests\PageCacheTest::modules

Modules to enable.

Type: array

File

core/modules/page_cache/src/Tests/PageCacheTest.php, line 32
Contains \Drupal\page_cache\Tests\PageCacheTest.

Class

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

Namespace

Drupal\page_cache\Tests

Code

public static $modules = array(
  'test_page_test',
  'system_test',
  'entity_test',
);