You are here

public static property DefaultViewRecentComments::$modules in Views (for Drupal 7) 8.3

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

lib/Drupal/views/Tests/Comment/DefaultViewRecentComments.php, line 20
Definition of Drupal\views\Tests\Comment\DefaultViewRecentComments.

Class

DefaultViewRecentComments

Namespace

Drupal\views\Tests\Comment

Code

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