You are here

public static property DefaultViewRecentCommentsTest::$modules in Drupal 8

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

Modules to install.

Type: array

Overrides ViewTestBase::$modules

File

core/modules/comment/tests/src/Functional/Views/DefaultViewRecentCommentsTest.php, line 26

Class

DefaultViewRecentCommentsTest
Tests results for the Recent Comments view shipped with the module.

Namespace

Drupal\Tests\comment\Functional\Views

Code

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