Verified Commit 70202c66 authored by Dave Long's avatar Dave Long
Browse files

Issue #2923168 by AJV009, Yujiman85, benjifisher, runeasgar: Rename...

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

(cherry picked from commit ee585649)
parent 723d4d71
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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}