public static property WebformFieldTest::$modules in Webform 6.x
Same name and namespace in other branches
- 8.5 tests/src/Functional/Field/WebformFieldTest.php \Drupal\Tests\webform\Functional\Field\WebformFieldTest::modules
Modules to enable.
Type: array
Overrides WebformBrowserTestBase::$modules
File
- tests/
src/ Functional/ Field/ WebformFieldTest.php, line 20
Class
- WebformFieldTest
- Tests the webform (entity reference) field.
Namespace
Drupal\Tests\webform\Functional\FieldCode
public static $modules = [
'node',
'field_ui',
];