You are here

protected static property MigrateActionsTest::$modules in Drupal 10

Same name in this branch
  1. 10 core/modules/system/tests/src/Kernel/Migrate/d6/MigrateActionsTest.php \Drupal\Tests\system\Kernel\Migrate\d6\MigrateActionsTest::modules
  2. 10 core/modules/system/tests/src/Kernel/Migrate/d7/MigrateActionsTest.php \Drupal\Tests\system\Kernel\Migrate\d7\MigrateActionsTest::modules

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

core/modules/system/tests/src/Kernel/Migrate/d7/MigrateActionsTest.php, line 15

Class

MigrateActionsTest
Tests migration of action items.

Namespace

Drupal\Tests\system\Kernel\Migrate\d7

Code

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