You are here

protected function DomainAliasListHostnameTest::setUp in Domain Access 8

Overrides DomainTestBase::setUp

File

domain_alias/tests/src/Functional/DomainAliasListHostnameTest.php, line 15

Class

DomainAliasListHostnameTest
Tests behavior for environment loading on the overview page.

Namespace

Drupal\Tests\domain_alias\Functional

Code

protected function setUp() {
  parent::setUp();

  // Create 3 domains. These will be example.com, one.example.com,
  // two.example.com.
  $this
    ->domainCreateTestDomains(3);
}