protected static property CacheContextOptimizationTest::$modules in Drupal 9
Same name and namespace in other branches
- 8 core/tests/Drupal/KernelTests/Core/Cache/CacheContextOptimizationTest.php \Drupal\KernelTests\Core\Cache\CacheContextOptimizationTest::modules
- 10 core/tests/Drupal/KernelTests/Core/Cache/CacheContextOptimizationTest.php \Drupal\KernelTests\Core\Cache\CacheContextOptimizationTest::modules
Modules to enable.
Type: string[]
Overrides KernelTestBase::$modules
File
- core/
tests/ Drupal/ KernelTests/ Core/ Cache/ CacheContextOptimizationTest.php, line 23
Class
- CacheContextOptimizationTest
- Tests the cache context optimization.
Namespace
Drupal\KernelTests\Core\CacheCode
protected static $modules = [
'user',
'system',
];