EntityReferenceAdminTest::$modules
Modules to install.
Enable path module to ensure that the selection handler does not fail for entities with a path field.
Type: array
Overrides BrowserTestBase::$modules
File
-
core/
modules/ field/ tests/ src/ FunctionalJavascript/ EntityReference/ EntityReferenceAdminTest.php, line 30
Class
- EntityReferenceAdminTest
- Tests for the administrative UI.
Namespace
Drupal\Tests\field\FunctionalJavascript\EntityReferenceCode
protected static $modules = [
'node',
'field_ui',
'path',
'taxonomy',
'block',
'views_ui',
];
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.