You are here

protected static property MigrateUrlAliasTestBase::$modules in Drupal 9

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

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasTestBase.php, line 20

Class

MigrateUrlAliasTestBase
Tests URL alias migration.

Namespace

Drupal\Tests\path\Kernel\Migrate\d7

Code

protected static $modules = [
  'language',
  'menu_ui',
  'node',
  'path',
  'path_alias',
  'text',
];