PageCacheTagsIntegrationTest::$modules

Same name and namespace in other branches
  1. 11.x core/modules/page_cache/tests/src/Functional/PageCacheTagsIntegrationTest.php \Drupal\Tests\page_cache\Functional\PageCacheTagsIntegrationTest::modules
  2. main core/modules/page_cache/tests/src/Functional/PageCacheTagsIntegrationTest.php \Drupal\Tests\page_cache\Functional\PageCacheTagsIntegrationTest::modules

Type: modules

Overrides BrowserTestBase::$modules

File

core/modules/page_cache/tests/src/Functional/PageCacheTagsIntegrationTest.php, line 39

Class

PageCacheTagsIntegrationTest
Enables the page cache and tests its cache tags in various scenarios.

Namespace

Drupal\Tests\page_cache\Functional

Code

protected static $modules = [
  'big_pipe',
  'block',
  'comment',
  'editor',
  'filter',
  'language',
  'help',
  'node',
  'search',
  'views',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.