protected static property EntityBundleListCacheTest::$modules in Drupal 10
Same name and namespace in other branches
- 8 core/tests/Drupal/FunctionalTests/Entity/EntityBundleListCacheTest.php \Drupal\FunctionalTests\Entity\EntityBundleListCacheTest::modules
- 9 core/tests/Drupal/FunctionalTests/Entity/EntityBundleListCacheTest.php \Drupal\FunctionalTests\Entity\EntityBundleListCacheTest::modules
Modules to enable.
Type: array
Overrides BrowserTestBase::$modules
File
- core/
tests/ Drupal/ FunctionalTests/ Entity/ EntityBundleListCacheTest.php, line 25
Class
- EntityBundleListCacheTest
- Tests that bundle tags are invalidated when entities change.
Namespace
Drupal\FunctionalTests\EntityCode
protected static $modules = [
'cache_test',
'entity_test',
];