You are here

public static property NodeCommentsTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/comment/tests/src/Functional/Views/NodeCommentsTest.php \Drupal\Tests\comment\Functional\Views\NodeCommentsTest::modules
  2. 10 core/modules/comment/tests/src/Functional/Views/NodeCommentsTest.php \Drupal\Tests\comment\Functional\Views\NodeCommentsTest::modules

Modules to install.

Type: array

Overrides CommentTestBase::$modules

File

core/modules/comment/tests/src/Functional/Views/NodeCommentsTest.php, line 17

Class

NodeCommentsTest
Tests comments on nodes.

Namespace

Drupal\Tests\comment\Functional\Views

Code

public static $modules = [
  'history',
];