You are here

protected static property CommentStatisticsTest::$modules in Multiversion 8

Modules to enable.

Type: array

Overrides MultiversionFunctionalTestBase::$modules

File

tests/src/Functional/CommentStatisticsTest.php, line 27

Class

CommentStatisticsTest
Tests comment statistics.

Namespace

Drupal\Tests\multiversion\Functional

Code

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