public static property ParagraphContentMigrationTest::$modules in Paragraphs 8
Modules to enable.
Type: array
Overrides ParagraphsMigrationTestBase::$modules
File
- tests/src/ Kernel/ migrate/ ParagraphContentMigrationTest.php, line 22 
Class
- ParagraphContentMigrationTest
- Test 'classic' Paragraph content migration.
Namespace
Drupal\Tests\paragraphs\Kernel\migrateCode
public static $modules = [
  'comment',
  'datetime',
  'datetime_range',
  'field',
  'file',
  'image',
  'link',
  'menu_ui',
  'node',
  'options',
  'system',
  'taxonomy',
  'telephone',
  'text',
  'user',
  'content_translation',
  'language',
  'migrate_drupal_multilingual',
];