You are here

ParagraphsReplicateEnableTest.php in Paragraphs 8

File

WidgetStable/ParagraphsReplicateEnableTest.php
View source
<?php

namespace Drupal\Tests\paragraphs\Functional\WidgetStable;


/**
 * Enables replicate module.
 *
 * @group paragraphs
 */
class ParagraphsReplicateEnableTest extends ParagraphsDuplicateFeatureTest {
  public static $modules = [
    'replicate',
  ];

}

Classes

Namesort descending Description
ParagraphsReplicateEnableTest Enables replicate module.