function UuidValidatorTest::setUp

Same name in other branches
  1. 11.x 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\Validation

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.