You are here

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

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

Modules to install.

Type: array

Overrides ContentTranslationTestBase::$modules

File

core/modules/comment/src/Tests/CommentTranslationUITest.php, line 54
Contains \Drupal\comment\Tests\CommentTranslationUITest.

Class

CommentTranslationUITest
Tests the Comment Translation UI.

Namespace

Drupal\comment\Tests

Code

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