You are here

protected function ConfigExportStorageTest::setUp in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/KernelTests/Core/Config/ConfigExportStorageTest.php \Drupal\KernelTests\Core\Config\ConfigExportStorageTest::setUp()

Overrides KernelTestBase::setUp

File

core/tests/Drupal/KernelTests/Core/Config/ConfigExportStorageTest.php, line 21

Class

ConfigExportStorageTest
Tests configuration export storage.

Namespace

Drupal\KernelTests\Core\Config

Code

protected function setUp() {
  parent::setUp();
  $this
    ->installConfig([
    'system',
    'config_test',
  ]);
}