You are here

protected static property MigrateNodeStubTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/node/tests/src/Kernel/Migrate/MigrateNodeStubTest.php \Drupal\Tests\node\Kernel\Migrate\MigrateNodeStubTest::modules

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

core/modules/node/tests/src/Kernel/Migrate/MigrateNodeStubTest.php, line 21

Class

MigrateNodeStubTest
Test stub creation for nodes.

Namespace

Drupal\Tests\node\Kernel\Migrate

Code

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