You are here

public static property UpgradePathTest::$modules in Video Embed Field 8

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

File

modules/video_embed_media/tests/src/Functional/UpgradePathTest.php, line 29

Class

UpgradePathTest
Test the upgrade path from media_entity_embedded_video.

Namespace

Drupal\Tests\video_embed_media\Functional

Code

public static $modules = [
  'video_embed_field',
  'media_entity_embeddable_video',
  'media_entity',
  'field_ui',
  'node',
  'image',
  'text',
];