protected static property ParagraphsMigrationTestBase::$modules

File

paragraphs/tests/src/Kernel/migrate/ParagraphsMigrationTestBase.php, line 19

Class

ParagraphsMigrationTestBase
Base class for the paragraph migrations tests.

Namespace

Drupal\Tests\paragraphs\Kernel\migrate

Code

protected static $modules = [
  'entity_reference_revisions',
  'migrate',
  'migrate_drupal',
  'paragraphs',
];