diff --git a/core/tests/Drupal/Tests/Component/Uuid/UuidUnitTest.php b/core/tests/Drupal/Tests/Component/Uuid/UuidUnitTest.php index b68abd1..5dd8b6c 100644 --- a/core/tests/Drupal/Tests/Component/Uuid/UuidUnitTest.php +++ b/core/tests/Drupal/Tests/Component/Uuid/UuidUnitTest.php @@ -2,7 +2,7 @@ /** * @file - * Contains \Drupal\Tests\Component\Uuid\UuidUnitTest. + * Contains \Drupal\Tests\Component\Uuid\UuidTest. */ namespace Drupal\Tests\Component\Uuid; @@ -13,7 +13,7 @@ /** * Tests the Drupal\Component\Uuid\Uuid class. */ -class UuidUnitTest extends UnitTestCase { +class UuidTest extends UnitTestCase { /** * The UUID object to be used for generating UUIDs.