protected static property PageCacheTest::$modules in Drupal 10
Same name and namespace in other branches
- 8 core/modules/page_cache/tests/src/Functional/PageCacheTest.php \Drupal\Tests\page_cache\Functional\PageCacheTest::modules
- 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\FunctionalCode
protected static $modules = [
'test_page_test',
'system_test',
'entity_test',
];