You are here

public static property PathRedirectTest::$modules in Redirect 8

Same name in this branch
  1. 8 tests/src/Kernel/Migrate/d6/PathRedirectTest.php \Drupal\Tests\redirect\Kernel\Migrate\d6\PathRedirectTest::modules
  2. 8 tests/src/Kernel/Migrate/d7/PathRedirectTest.php \Drupal\Tests\redirect\Kernel\Migrate\d7\PathRedirectTest::modules

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

tests/src/Kernel/Migrate/d7/PathRedirectTest.php, line 24
Contains \Drupal\Tests\redirect\Kernel\Migrate\d7\PathRedirectTest.

Class

PathRedirectTest
Tests the d7_path_redirect source plugin.

Namespace

Drupal\Tests\redirect\Kernel\Migrate\d7

Code

public static $modules = [
  'redirect',
  'link',
  'path_alias',
];