You are here

public static property DefaultViewRecentCommentsTest::$modules in Zircon Profile 8

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

Modules to install.

Type: array

Overrides ViewTestBase::$modules

File

core/modules/comment/src/Tests/Views/DefaultViewRecentCommentsTest.php, line 30
Contains \Drupal\comment\Tests\Views\DefaultViewRecentCommentsTest.

Class

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

Namespace

Drupal\comment\Tests\Views

Code

public static $modules = array(
  'node',
  'comment',
  'block',
);