You are here

public static property MigrateCommentStubTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 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

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