public static property FieldConfigurationTest::$modules in Video Embed Field 8
Same name and namespace in other branches
- 8.2 tests/src/Functional/FieldConfigurationTest.php \Drupal\Tests\video_embed_field\Functional\FieldConfigurationTest::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
- tests/
src/ Functional/ FieldConfigurationTest.php, line 20
Class
- FieldConfigurationTest
- Integration test for the field configuration form.
Namespace
Drupal\Tests\video_embed_field\FunctionalCode
public static $modules = [
'field_ui',
'node',
'video_embed_field',
];