protected static property ParagraphsFieldMigrationTest::$modules

Overrides ParagraphsMigrationTestBase::$modules

File

paragraphs/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

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