You are here

protected static property PageCacheTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/page_cache/tests/src/Functional/PageCacheTest.php \Drupal\Tests\page_cache\Functional\PageCacheTest::modules
  2. 9 core/modules/page_cache/tests/src/Functional/PageCacheTest.php \Drupal\Tests\page_cache\Functional\PageCacheTest::modules

Modules to enable.

Type: array

File

core/modules/page_cache/tests/src/Functional/PageCacheTest.php, line 28

Class

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

Namespace

Drupal\Tests\page_cache\Functional

Code

protected static $modules = [
  'test_page_test',
  'system_test',
  'entity_test',
];