You are here

public static property GlobalRedirectTest::$modules in Redirect 8

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/GlobalRedirectTest.php, line 28

Class

GlobalRedirectTest
Global redirect test cases.

Namespace

Drupal\Tests\redirect\Functional

Code

public static $modules = [
  'path',
  'node',
  'redirect',
  'taxonomy',
  'forum',
  'views',
  'language',
  'content_translation',
];