You are here

protected function DomainListBuilderTest::setUp in Domain Access 8

Overrides DomainTestBase::setUp

File

domain/tests/src/Functional/DomainListBuilderTest.php, line 24

Class

DomainListBuilderTest
Tests behavior for the domain list builder.

Namespace

Drupal\Tests\domain\Functional

Code

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

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