You are here

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

Modules to enable.

Type: array

Overrides DomainTestBase::$modules

File

domain/tests/src/Functional/Views/ActiveDomainDefaultArgumentTest.php, line 27

Class

ActiveDomainDefaultArgumentTest
Tests the active_domain default argument.

Namespace

Drupal\Tests\domain\Functional\Views

Code

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