You are here

public static property EmbedDialogTest::$modules in Video Embed Field 8.2

Same name and namespace in other branches
  1. 8 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 27

Class

EmbedDialogTest
Test the dialog form.

Namespace

Drupal\Tests\video_embed_wysiwyg\FunctionalJavascript

Code

public static $modules = [
  'video_embed_field',
  'video_embed_wysiwyg',
  'editor',
  'ckeditor',
  'field_ui',
  'node',
  'image',
];