You are here

protected function DomainListWeightTest::setUp in Domain Access 8

Overrides DomainTestBase::setUp

File

domain/tests/src/Functional/DomainListWeightTest.php, line 22

Class

DomainListWeightTest
Tests behavior for the weight element of the domain list builder.

Namespace

Drupal\Tests\domain\Functional

Code

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

  // Create 60 domains. We paginate at 50.
  $this
    ->domainCreateTestDomains(60);
}