You are here

public static property MigrateCommentStubTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/comment/src/Tests/Migrate/MigrateCommentStubTest.php \Drupal\comment\Tests\Migrate\MigrateCommentStubTest::modules

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

core/modules/comment/src/Tests/Migrate/MigrateCommentStubTest.php, line 28
Contains \Drupal\comment\Tests\Migrate\MigrateCommentStubTest.

Class

MigrateCommentStubTest
Test stub creation for comment entities.

Namespace

Drupal\comment\Tests\Migrate

Code

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