You are here

public static property ParagraphsMigrationTestBase::$modules in Paragraphs 8

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

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

Class

ParagraphsMigrationTestBase
Base class for the paragraph migrations tests.

Namespace

Drupal\Tests\paragraphs\Kernel\migrate

Code

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