You are here

public static property DomainPathTestBase::$modules in Domain Path 8

Modules to enable.

Type: array

Overrides DomainTestBase::$modules

File

tests/src/Functional/DomainPathTestBase.php, line 31

Class

DomainPathTestBase

Namespace

Drupal\Tests\domain_path\Functional

Code

public static $modules = [
  'domain_path',
  'field',
  'node',
  'user',
  'path',
  'system',
];