function ConfigValidationTest::setUp
Overrides KernelTestBase::setUp
File
-
core/
modules/ config/ tests/ config_test/ tests/ src/ Kernel/ ConfigValidationTest.php, line 27
Class
- ConfigValidationTest
- Tests the UriHost validator.
Namespace
Drupal\Tests\config_test\KernelCode
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.