Issue #2923168 by AJV009, Yujiman85, benjifisher, runeasgar: Rename ConstraintsTest to UuidValidatorTest

merge-requests/7935/head^2
Dave Long 2024-08-22 22:50:45 +01:00
parent d820d8ed3e
commit ee58564958
No known key found for this signature in database
GPG Key ID: ED52AE211E142771
1 changed files with 2 additions and 2 deletions

View File

@ -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}