You are here

public static property ParagraphsFieldMigrationTest::$modules in Paragraphs 8

Modules to enable.

Type: array

Overrides ParagraphsMigrationTestBase::$modules

File

tests/src/Kernel/migrate/ParagraphsFieldMigrationTest.php, line 21

Class

ParagraphsFieldMigrationTest
Test the migration of paragraphs and field collection fields.

Namespace

Drupal\Tests\paragraphs\Kernel\migrate

Code

public static $modules = [
  'comment',
  'datetime',
  'datetime_range',
  'field',
  'file',
  'image',
  'link',
  'menu_ui',
  'node',
  'options',
  'system',
  'taxonomy',
  'telephone',
  'text',
  'user',
];