You are here

public static property EntityCloneContentRecursiveTest::$modules in Entity Clone 8

Modules to enable.

Type: array

Overrides NodeTestBase::$modules

File

tests/src/Functional/EntityCloneContentRecursiveTest.php, line 21

Class

EntityCloneContentRecursiveTest
Create a content and test a clone.

Namespace

Drupal\Tests\entity_clone\Functional

Code

public static $modules = [
  'entity_clone',
  'block',
  'node',
  'datetime',
];