public static property CommentTranslationUITest::$modules

Modules to enable.

Type: array

File

drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTranslationUITest.php, line 27
Definition of Drupal\comment\Tests\CommentTranslationUITest.

Class

CommentTranslationUITest
Tests the Comment Translation UI.

Namespace

Drupal\comment\Tests

Code

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