protected static property SelectionTest::$modules in Drupal 9
Same name in this branch
- 9 core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php \Drupal\Tests\field\Functional\EntityReference\Views\SelectionTest::modules
- 9 core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php \Drupal\Tests\field\Kernel\EntityReference\Views\SelectionTest::modules
Same name and namespace in other branches
- 8 core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php \Drupal\Tests\field\Functional\EntityReference\Views\SelectionTest::modules
Modules to enable.
The test runner will merge the $modules lists from this class, the class it extends, and so on up the class hierarchy. It is not necessary to include modules in your list that a parent class has already declared.
Type: string[]
Overrides BrowserTestBase::$modules
See also
\Drupal\Tests\BrowserTestBase::installDrupal()
File
- core/
modules/ field/ tests/ src/ Functional/ EntityReference/ Views/ SelectionTest.php, line 25
Class
- SelectionTest
- Tests entity reference selection handler.
Namespace
Drupal\Tests\field\Functional\EntityReference\ViewsCode
protected static $modules = [
'node',
'views',
'entity_reference_test',
'entity_test',
];