Issue #2923168 by AJV009, Yujiman85, benjifisher, runeasgar: Rename ConstraintsTest to UuidValidatorTest
parent
d820d8ed3e
commit
ee58564958
|
@ -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}
|
Loading…
Reference in New Issue