public static property ViewEntityDependenciesTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/views/src/Tests/Entity/ViewEntityDependenciesTest.php \Drupal\views\Tests\Entity\ViewEntityDependenciesTest::modules
Modules to enable.
Type: array
Overrides ViewKernelTestBase::$modules
File
- core/
modules/ views/ src/ Tests/ Entity/ ViewEntityDependenciesTest.php, line 35 - Contains \Drupal\views\Tests\Entity\ViewEntityDependenciesTest.
Class
- ViewEntityDependenciesTest
- Tests the calculation of dependencies for views.
Namespace
Drupal\views\Tests\EntityCode
public static $modules = [
'node',
'comment',
'user',
'field',
'text',
'search',
];