protected static property BlockCacheTest::$modules in Drupal 9
Same name and namespace in other branches
- 8 core/modules/block/tests/src/Functional/BlockCacheTest.php \Drupal\Tests\block\Functional\BlockCacheTest::modules
- 10 core/modules/block/tests/src/Functional/BlockCacheTest.php \Drupal\Tests\block\Functional\BlockCacheTest::modules
Modules to install.
Type: array
Overrides BrowserTestBase::$modules
File
- core/
modules/ block/ tests/ src/ Functional/ BlockCacheTest.php, line 20
Class
- BlockCacheTest
- Tests block caching.
Namespace
Drupal\Tests\block\FunctionalCode
protected static $modules = [
'block',
'block_test',
'test_page_test',
];