function TypedConfigTest::setUp

Same name and namespace in other branches
  1. 9 core/tests/Drupal/KernelTests/Config/TypedConfigTest.php \Drupal\KernelTests\Config\TypedConfigTest::setUp()
  2. 8.9.x core/tests/Drupal/KernelTests/Config/TypedConfigTest.php \Drupal\KernelTests\Config\TypedConfigTest::setUp()
  3. 10 core/tests/Drupal/KernelTests/Config/TypedConfigTest.php \Drupal\KernelTests\Config\TypedConfigTest::setUp()

Overrides KernelTestBase::setUp

File

core/tests/Drupal/KernelTests/Config/TypedConfigTest.php, line 37

Class

TypedConfigTest
Tests config validation mechanism.

Namespace

Drupal\KernelTests\Config

Code

protected function setUp() : void {
    parent::setUp();
    $this->installConfig('config_test');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.