protected static property DynamicEntityReferenceRelationshipTest::$modules in Dynamic Entity Reference 8.2
Same name and namespace in other branches
- 8 tests/src/Kernel/Views/DynamicEntityReferenceRelationshipTest.php \Drupal\Tests\dynamic_entity_reference\Kernel\Views\DynamicEntityReferenceRelationshipTest::modules
Modules to install.
Type: array
Overrides ViewsKernelTestBase::$modules
File
- tests/
src/ Kernel/ Views/ DynamicEntityReferenceRelationshipTest.php, line 39
Class
- DynamicEntityReferenceRelationshipTest
- Tests dynamic entity reference relationship data.
Namespace
Drupal\Tests\dynamic_entity_reference\Kernel\ViewsCode
protected static $modules = [
'user',
'field',
'entity_test',
'dynamic_entity_reference',
'dynamic_entity_reference_test_views',
];