You are here

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

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

Modules to install.

Type: array

Overrides CommentTestBase::$modules

File

core/modules/comment/src/Tests/CommentRssTest.php, line 29
Contains \Drupal\comment\Tests\CommentRssTest.

Class

CommentRssTest
Tests comments as part of an RSS feed.

Namespace

Drupal\comment\Tests

Code

public static $modules = array(
  'views',
);