You are here

public static property ParagraphsReplicateEnableTest::$modules in Paragraphs 8

Same name in this branch
  1. 8 WidgetStable/ParagraphsReplicateEnableTest.php \Drupal\Tests\paragraphs\Functional\WidgetStable\ParagraphsReplicateEnableTest::modules
  2. 8 src/Functional/WidgetStable/ParagraphsReplicateEnableTest.php \Drupal\Tests\paragraphs\Functional\WidgetStable\ParagraphsReplicateEnableTest::modules
  3. 8 tests/src/Functional/WidgetStable/ParagraphsReplicateEnableTest.php \Drupal\Tests\paragraphs\Functional\WidgetStable\ParagraphsReplicateEnableTest::modules

Modules to enable.

Type: array

Overrides ParagraphsDuplicateFeatureTest::$modules

File

tests/src/Functional/WidgetStable/ParagraphsReplicateEnableTest.php, line 13

Class

ParagraphsReplicateEnableTest
Enables replicate module.

Namespace

Drupal\Tests\paragraphs\Functional\WidgetStable

Code

public static $modules = [
  'replicate',
];