You are here

protected static property CommentEntityTranslationCheckRequirementsTest::$modules in Drupal 9

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

core/modules/comment/tests/src/Kernel/Migrate/d7/CommentEntityTranslationCheckRequirementsTest.php, line 18

Class

CommentEntityTranslationCheckRequirementsTest
Tests check requirements for comment entity translation source plugin.

Namespace

Drupal\Tests\comment\Kernel\Migrate\d7

Code

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