You are here

public static property MigrateUrlAliasTest::$modules in Zircon Profile 8

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

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

core/modules/path/src/Tests/Migrate/d7/MigrateUrlAliasTest.php, line 22
Contains \Drupal\path\Tests\Migrate\d7\MigrateUrlAliasTest.

Class

MigrateUrlAliasTest
Tests URL alias migration.

Namespace

Drupal\path\Tests\Migrate\d7

Code

public static $modules = [
  'path',
];