You are here

public static property CommentLanguageTest::$modules in Zircon Profile 8.0

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

Modules to install.

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

core/modules/comment/src/Tests/CommentLanguageTest.php, line 33
Contains \Drupal\comment\Tests\CommentLanguageTest.

Class

CommentLanguageTest
Tests for comment language.

Namespace

Drupal\comment\Tests

Code

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