CommentTestBase::$modules

Modules to install.

Type: array

File

core/modules/comment/src/Tests/CommentTestBase.php, line 33

Class

CommentTestBase
Provides setup and helper methods for comment tests.

Namespace

Drupal\comment\Tests

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.