public static property EmbedDialogTest::$modules in Video Embed Field 8
Same name and namespace in other branches
- 8.2 modules/video_embed_wysiwyg/tests/src/FunctionalJavascript/EmbedDialogTest.php \Drupal\Tests\video_embed_wysiwyg\FunctionalJavascript\EmbedDialogTest::modules
Modules to install.
Type: array
Overrides BrowserTestBase::$modules
File
- modules/
video_embed_wysiwyg/ tests/ src/ FunctionalJavascript/ EmbedDialogTest.php, line 22
Class
- EmbedDialogTest
- Test the dialog form.
Namespace
Drupal\Tests\video_embed_wysiwyg\FunctionalJavascriptCode
public static $modules = [
'video_embed_field',
'video_embed_wysiwyg',
'editor',
'ckeditor',
'field_ui',
'node',
'image',
];