You are here

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

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

Modules to install.

Type: array

Overrides CommentTestBase::$modules

File

core/modules/comment/src/Tests/Views/CommentFieldFilterTest.php, line 22
Contains \Drupal\comment\Tests\Views\CommentFieldFilterTest.

Class

CommentFieldFilterTest
Tests comment field filters with translations.

Namespace

Drupal\comment\Tests\Views

Code

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