You are here

protected function DefaultConfigTest::setUp in Zircon Profile 8

Same name in this branch
  1. 8 core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php \Drupal\KernelTests\Config\DefaultConfigTest::setUp()
  2. 8 core/modules/config/src/Tests/DefaultConfigTest.php \Drupal\config\Tests\DefaultConfigTest::setUp()
Same name and namespace in other branches
  1. 8.0 core/modules/config/src/Tests/DefaultConfigTest.php \Drupal\config\Tests\DefaultConfigTest::setUp()

Performs setup tasks before each individual test method is run.

Overrides KernelTestBase::setUp

File

core/modules/config/src/Tests/DefaultConfigTest.php, line 45
Contains \Drupal\config\Tests\DefaultConfigTest.

Class

DefaultConfigTest
Tests that default configuration provided by all modules matches schema.

Namespace

Drupal\config\Tests

Code

protected function setUp() {
  parent::setUp();
  \Drupal::service('theme_handler')
    ->install($this->themes);
}