protected static property ParagraphsReplicateTest::$modules

Modules to enable.

Type: array

File

paragraphs/tests/src/Kernel/ParagraphsReplicateTest.php, line 26

Class

ParagraphsReplicateTest
Tests the replication functionality provided by Replicate module.

Namespace

Drupal\Tests\paragraphs\Kernel

Code

protected static $modules = [
  'paragraphs',
  'replicate',
  'node',
  'user',
  'system',
  'field',
  'entity_reference_revisions',
  'file',
];