protected function ActiveDomainDefaultArgumentTest::setUp in Domain Access 8
Overrides DomainTestBase::setUp
File
- domain/
tests/ src/ Functional/ Views/ ActiveDomainDefaultArgumentTest.php, line 39
Class
- ActiveDomainDefaultArgumentTest
- Tests the active_domain default argument.
Namespace
Drupal\Tests\domain\Functional\ViewsCode
protected function setUp($import_test_views = TRUE) {
parent::setUp();
$this
->domainCreateTestDomains(3);
$this
->createTestData();
}