You are here

protected function DomainCSSTest::setUp in Domain Access 8

Overrides DomainTestBase::setUp

File

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

Class

DomainCSSTest
Tests the domain CSS configuration.

Namespace

Drupal\Tests\domain\Functional

Code

protected function setUp() {
  parent::setUp();
  \Drupal::service('theme_installer')
    ->install([
    'bartik',
  ]);
}