You are here

public static property DomainListBuilderTest::$modules in Domain Access 8

Modules to enable.

Type: array

Overrides DomainTestBase::$modules

File

domain/tests/src/Functional/DomainListBuilderTest.php, line 19

Class

DomainListBuilderTest
Tests behavior for the domain list builder.

Namespace

Drupal\Tests\domain\Functional

Code

public static $modules = [
  'domain',
  'user',
];