diff --git a/core/tests/Drupal/KernelTests/Core/Validation/ConstraintsTest.php b/core/tests/Drupal/KernelTests/Core/Validation/UuidValidatorTest.php similarity index 96% rename from core/tests/Drupal/KernelTests/Core/Validation/ConstraintsTest.php rename to core/tests/Drupal/KernelTests/Core/Validation/UuidValidatorTest.php index 000c4b1c1c7..4120bfd6e4a 100644 --- a/core/tests/Drupal/KernelTests/Core/Validation/ConstraintsTest.php +++ b/core/tests/Drupal/KernelTests/Core/Validation/UuidValidatorTest.php @@ -7,11 +7,11 @@ namespace Drupal\KernelTests\Core\Validation; use Drupal\KernelTests\KernelTestBase; /** - * Tests various low level constrains provided by core. + * Tests the UUID validator. * * @group Validation */ -class ConstraintsTest extends KernelTestBase { +class UuidValidatorTest extends KernelTestBase { /** * {@inheritdoc}