You are here

public static property QuickNodeCloneExcludeParagraphFieldsTest::$modules in Quick Node Clone 8

Modules to enable.

Type: array

Overrides ParagraphsTestBase::$modules

File

tests/src/Functional/QuickNodeCloneExcludeParagraphFieldsTest.php, line 30

Class

QuickNodeCloneExcludeParagraphFieldsTest
Tests node cloning excluding paragraph fields.

Namespace

Drupal\Tests\quick_node_clone\Functional

Code

public static $modules = [
  'paragraphs',
  'quick_node_clone',
];