You are here

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

Same name and namespace in other branches
  1. 8.2 tests/src/Kernel/Drupal7MigrationTest.php \Drupal\Tests\video_embed_field\Kernel\Drupal7MigrationTest::modules

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

tests/src/Kernel/Drupal7MigrationTest.php, line 24

Class

Drupal7MigrationTest
Test the Drupal 7 to 8 video_embed_field migration.

Namespace

Drupal\Tests\video_embed_field\Kernel

Code

public static $modules = [
  'video_embed_field',
  'comment',
  'datetime',
  'filter',
  'image',
  'link',
  'node',
  'taxonomy',
  'telephone',
  'text',
];