You are here

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

Modules to enable.

Type: array

Overrides DomainTestBase::$modules

File

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

Class

DomainNegotiatorTest
Tests the domain negotiation manager.

Namespace

Drupal\Tests\domain\Functional

Code

public static $modules = [
  'domain',
  'domain_test',
  'block',
];