You are here

protected static property MigrateCommentStubTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/comment/tests/src/Kernel/Migrate/MigrateCommentStubTest.php \Drupal\Tests\comment\Kernel\Migrate\MigrateCommentStubTest::modules
  2. 9 core/modules/comment/tests/src/Kernel/Migrate/MigrateCommentStubTest.php \Drupal\Tests\comment\Kernel\Migrate\MigrateCommentStubTest::modules

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

core/modules/comment/tests/src/Kernel/Migrate/MigrateCommentStubTest.php, line 22

Class

MigrateCommentStubTest
Test stub creation for comment entities.

Namespace

Drupal\Tests\comment\Kernel\Migrate

Code

protected static $modules = [
  'comment',
  'node',
];