You are here

protected function DomainAdminElementTest::setUp in Domain Access 8

Overrides DomainTestBase::setUp

File

domain/tests/src/Functional/DomainAdminElementTest.php, line 25

Class

DomainAdminElementTest
Tests behavior for the domain admin field element.

Namespace

Drupal\Tests\domain\Functional

Code

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

  // Create 5 domains.
  $this
    ->domainCreateTestDomains(5);
}