paragraphs-8.x-1.11/tests/src/Functional/WidgetStable/ParagraphsReplicateEnableTest.php
tests/src/Functional/WidgetStable/ParagraphsReplicateEnableTest.php
<?php
namespace Drupal\Tests\paragraphs\Functional\WidgetStable;
/**
* Enables replicate module.
*
* @group paragraphs
*/
class ParagraphsReplicateEnableTest extends ParagraphsDuplicateFeatureTest {
protected static $modules = [
'replicate',
];
}
