Loading core/tests/Drupal/KernelTests/Core/Validation/ConstraintsTest.php→core/tests/Drupal/KernelTests/Core/Validation/UuidValidatorTest.php +2 −2 Original line number Diff line number Diff line Loading @@ -7,11 +7,11 @@ 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} Loading Loading
core/tests/Drupal/KernelTests/Core/Validation/ConstraintsTest.php→core/tests/Drupal/KernelTests/Core/Validation/UuidValidatorTest.php +2 −2 Original line number Diff line number Diff line Loading @@ -7,11 +7,11 @@ 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} Loading