public static property CommentRssTest::$modules

Modules to enable.

Type: array

Overrides CommentTestBase::$modules

File

drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentRssTest.php, line 20
Definition of Drupal\comment\Tests\CommentRssTest.

Class

CommentRssTest
Tests for Comment module integration with RSS feeds.

Namespace

Drupal\comment\Tests

Code

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