You are here

protected static property MigrateShortcutStubTest::$modules in Drupal 10

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

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

core/modules/shortcut/tests/src/Kernel/Migrate/MigrateShortcutStubTest.php, line 20

Class

MigrateShortcutStubTest
Test stub creation for shortcut entities.

Namespace

Drupal\Tests\shortcut\Kernel\Migrate

Code

protected static $modules = [
  'shortcut',
  'link',
];