diff --git a/core/tests/Drupal/Tests/Core/Entity/Controller/EntityViewControllerTest.php b/core/tests/Drupal/Tests/Core/Entity/Controller/EntityViewControllerTest.php
index f329135ab5530f082d692d41d8920f7b08e257fa..d391d78813517543f3efeec0d22ebc05ecdf4d52 100644
--- a/core/tests/Drupal/Tests/Core/Entity/Controller/EntityViewControllerTest.php
+++ b/core/tests/Drupal/Tests/Core/Entity/Controller/EntityViewControllerTest.php
@@ -19,8 +19,8 @@ class EntityViewControllerTest extends UnitTestCase{
 
   public static function getInfo() {
     return array(
-      'name' => 'Entity route enhancer test',
-      'description' => 'Tests the entity route enhancer.',
+      'name' => 'Entity view controller test',
+      'description' => 'Tests the entity view controller.',
       'group' => 'Entity'
     );
   }