You are here

public static property CommentTranslationUITest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/comment/tests/src/Functional/CommentTranslationUITest.php \Drupal\Tests\comment\Functional\CommentTranslationUITest::modules
  2. 10 core/modules/comment/tests/src/Functional/CommentTranslationUITest.php \Drupal\Tests\comment\Functional\CommentTranslationUITest::modules

Modules to install.

Type: array

Overrides ContentTranslationTestBase::$modules

File

core/modules/comment/tests/src/Functional/CommentTranslationUITest.php, line 58

Class

CommentTranslationUITest
Tests the Comment Translation UI.

Namespace

Drupal\Tests\comment\Functional

Code

public static $modules = [
  'language',
  'content_translation',
  'node',
  'comment',
];