public static property DefaultViewRecentComments::$modules

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

drupal/core/modules/comment/lib/Drupal/comment/Tests/Views/DefaultViewRecentComments.php, line 20
Contains \Drupal\comment\Tests\Views\DefaultViewRecentComments.

Class

DefaultViewRecentComments

Namespace

Drupal\comment\Tests\Views

Code

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