You are here

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

Modules to enable.

Type: array

Overrides DomainTestBase::$modules

File

domain/tests/src/Functional/DomainListWeightTest.php, line 17

Class

DomainListWeightTest
Tests behavior for the weight element of the domain list builder.

Namespace

Drupal\Tests\domain\Functional

Code

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