You are here

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

Modules to enable.

Type: array

Overrides CommentTestBase::$modules

File

tests/src/Functional/EntityCloneCommentTest.php, line 23

Class

EntityCloneCommentTest
Create a comment and test a clone.

Namespace

Drupal\Tests\entity_clone\Functional

Code

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