protected static property ParagraphContentMigrationTest::$modules

Overrides ParagraphsMigrationTestBase::$modules

File

paragraphs/tests/src/Kernel/migrate/ParagraphContentMigrationTest.php, line 22

Class

ParagraphContentMigrationTest
Test 'classic' Paragraph content migration.

Namespace

Drupal\Tests\paragraphs\Kernel\migrate

Code

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