protected static property ViewEntityDependenciesTest::$modules in Drupal 10
Same name and namespace in other branches
- 8 core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php \Drupal\Tests\views\Kernel\Entity\ViewEntityDependenciesTest::modules
- 9 core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php \Drupal\Tests\views\Kernel\Entity\ViewEntityDependenciesTest::modules
Modules to enable.
Type: array
Overrides ViewsKernelTestBase::$modules
File
- core/
modules/ views/ tests/ src/ Kernel/ Entity/ ViewEntityDependenciesTest.php, line 32
Class
- ViewEntityDependenciesTest
- Tests the calculation of dependencies for views.
Namespace
Drupal\Tests\views\Kernel\EntityCode
protected static $modules = [
'node',
'comment',
'user',
'field',
'text',
'search',
];