public static property CommentLanguageTest::$modules

Modules to enable.

We also use the language_test module here to be able to turn on content language negotiation. Drupal core does not provide a way in itself to do that.

Type: array

File

drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentLanguageTest.php, line 26
Definition of Drupal\comment\Tests\CommentLanguageTest.

Class

CommentLanguageTest
Functional tests for comment language.

Namespace

Drupal\comment\Tests

Code

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