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/d6/MigrateUrlAliasTest.php \Drupal\path\Tests\Migrate\d6\MigrateUrlAliasTest::modules

Modules to enable.

Type: array

Overrides MigrateDrupal6TestBase::$modules

File

core/modules/path/src/Tests/Migrate/d6/MigrateUrlAliasTest.php, line 25
Contains \Drupal\path\Tests\Migrate\d6\MigrateUrlAliasTest.

Class

MigrateUrlAliasTest
URL alias migration.

Namespace

Drupal\path\Tests\Migrate\d6

Code

public static $modules = array(
  'path',
);