protected static property FieldUITest::$modules in Drupal 10
Same name and namespace in other branches
- 8 core/modules/field/tests/src/Functional/Views/FieldUITest.php \Drupal\Tests\field\Functional\Views\FieldUITest::modules
- 9 core/modules/field/tests/src/Functional/Views/FieldUITest.php \Drupal\Tests\field\Functional\Views\FieldUITest::modules
Modules to enable.
Type: array
Overrides FieldTestBase::$modules
File
- core/
modules/ field/ tests/ src/ Functional/ Views/ FieldUITest.php, line 29
Class
- FieldUITest
- Tests the UI of the field handler.
Namespace
Drupal\Tests\field\Functional\ViewsCode
protected static $modules = [
'views_ui',
];