You are here

protected static property MigrateUrlAliasTest::$modules in Drupal 10

Same name in this branch
  1. 10 core/modules/path/tests/src/Kernel/Migrate/d6/MigrateUrlAliasTest.php \Drupal\Tests\path\Kernel\Migrate\d6\MigrateUrlAliasTest::modules
  2. 10 core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasTest.php \Drupal\Tests\path\Kernel\Migrate\d7\MigrateUrlAliasTest::modules
Same name and namespace in other branches
  1. 8 core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasTest.php \Drupal\Tests\path\Kernel\Migrate\d7\MigrateUrlAliasTest::modules
  2. 9 core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasTest.php \Drupal\Tests\path\Kernel\Migrate\d7\MigrateUrlAliasTest::modules

Modules to enable.

Type: array

Overrides MigrateUrlAliasTestBase::$modules

File

core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasTest.php, line 15

Class

MigrateUrlAliasTest
Tests URL alias migration.

Namespace

Drupal\Tests\path\Kernel\Migrate\d7

Code

protected static $modules = [
  'path_alias',
  'content_translation',
];