ParagraphsReplicateEnableTest.php

Namespace

Drupal\Tests\paragraphs\Functional\WidgetStable

File

paragraphs/tests/src/Functional/WidgetStable/ParagraphsReplicateEnableTest.php
View source
<?php

namespace Drupal\Tests\paragraphs\Functional\WidgetStable;


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

}

Classes

Namesort ascending Description
ParagraphsReplicateEnableTest Enables replicate module.