function UuidValidatorTest::setUp
Same name in other branches
- 10 core/tests/Drupal/KernelTests/Core/Validation/UuidValidatorTest.php \Drupal\KernelTests\Core\Validation\UuidValidatorTest::setUp()
Overrides KernelTestBase::setUp
File
-
core/
tests/ Drupal/ KernelTests/ Core/ Validation/ UuidValidatorTest.php, line 24
Class
- UuidValidatorTest
- Tests the UUID 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.