You are here

public static property ParagraphsReplicateTest::$modules in Paragraphs 8

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

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

Class

ParagraphsReplicateTest
Tests the replication functionality provided by Replicate module.

Namespace

Drupal\Tests\paragraphs\Kernel

Code

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