You are here

public static property CommentStatisticsTest::$modules in Multiversion 8.2

Modules to enable.

Type: array

Overrides MultiversionWebTestBase::$modules

File

src/Tests/CommentStatisticsTest.php, line 27

Class

CommentStatisticsTest
Tests comment statistics.

Namespace

Drupal\multiversion\Tests

Code

public static $modules = [
  'workspaces',
  'multiversion',
  'comment',
  'node',
];