PageCacheTagsIntegrationTest::$modules

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

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

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

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.