function TypedConfigTest::setUp

Same name and namespace in other branches
  1. 11.x core/tests/Drupal/KernelTests/Config/TypedConfigTest.php \Drupal\KernelTests\Config\TypedConfigTest::setUp()

File

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

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.