function UriHostValidatorTest::setUp
Overrides KernelTestBase::setUp
File
-
core/
tests/ Drupal/ KernelTests/ Core/ Validation/ UriHostValidatorTest.php, line 24
Class
- UriHostValidatorTest
- Tests the UriHost validator.
Namespace
Drupal\KernelTests\Core\ValidationCode
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.