You are here

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

Modules to enable.

Type: array

Overrides DomainTestBase::$modules

File

domain/tests/src/Functional/DomainInactiveTest.php, line 20

Class

DomainInactiveTest
Tests the access rules and redirects for inactive domains.

Namespace

Drupal\Tests\domain\Functional

Code

public static $modules = [
  'domain',
  'node',
  'views',
];