public static property FieldUITest::$modules in Drupal 8
Same name and namespace in other branches
- 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 field handler.
Namespace
Drupal\Tests\field\Functional\ViewsCode
public static $modules = [
'views_ui',
];