You are here

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

Modules to enable.

Type: array

Overrides NodeTestBase::$modules

File

tests/src/Functional/EntityCloneContentCreatedDate.php, line 24

Class

EntityCloneContentCreatedDate
Test whether cloning an entity also clones its created date.

Namespace

Drupal\Tests\entity_clone\Functional

Code

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