public static property CacheCollectorTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/tests/Drupal/KernelTests/Core/Cache/CacheCollectorTest.php \Drupal\KernelTests\Core\Cache\CacheCollectorTest::modules
Modules to enable.
Test classes extending this class, and any classes in the hierarchy up to this class, may specify individual lists of modules to enable by setting this property. The values of all properties in all classes in the class hierarchy are merged.
Type: array
Overrides KernelTestBase::$modules
See also
\Drupal\Tests\KernelTestBase::enableModules()
\Drupal\Tests\KernelTestBase::bootKernel()
File
- core/
tests/ Drupal/ KernelTests/ Core/ Cache/ CacheCollectorTest.php, line 23 - \Drupal\KernelTests\Core\Cache\CacheCollectorTest.
Class
- CacheCollectorTest
- Tests DatabaseBackend cache tag implementation.
Namespace
Drupal\KernelTests\Core\CacheCode
public static $modules = [
'system',
];