diff --git a/core/modules/comment/src/Tests/Views/DefaultViewRecentComments.php b/core/modules/comment/src/Tests/Views/DefaultViewRecentCommentsTest.php
similarity index 98%
rename from core/modules/comment/src/Tests/Views/DefaultViewRecentComments.php
rename to core/modules/comment/src/Tests/Views/DefaultViewRecentCommentsTest.php
index 9bf8e5bbb9f2fd3528878d4bbdf7ae8728c163cf..b6fdce382c6fcd4467dbc70a6d17cbdcffad54f4 100644
--- a/core/modules/comment/src/Tests/Views/DefaultViewRecentComments.php
+++ b/core/modules/comment/src/Tests/Views/DefaultViewRecentCommentsTest.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\comment\Tests\Views\DefaultViewRecentComments.
+ * Contains \Drupal\comment\Tests\Views\DefaultViewRecentCommentsTest.
  */
 
 namespace Drupal\comment\Tests\Views;
@@ -14,7 +14,7 @@
 /**
  * Tests the Recent Comments default view.
  */
-class DefaultViewRecentComments extends ViewTestBase {
+class DefaultViewRecentCommentsTest extends ViewTestBase {
 
   /**
    * Modules to enable.
diff --git a/core/modules/language/tests/src/Menu/LanguageLocalTasks.php b/core/modules/language/tests/src/Menu/LanguageLocalTasksTest.php
similarity index 91%
rename from core/modules/language/tests/src/Menu/LanguageLocalTasks.php
rename to core/modules/language/tests/src/Menu/LanguageLocalTasksTest.php
index 8ec2313c77c8d175cde33627349efd9bdef7a6d9..8770e62e5e09f5c5241d7b7b38e2cbbcafaeff86 100644
--- a/core/modules/language/tests/src/Menu/LanguageLocalTasks.php
+++ b/core/modules/language/tests/src/Menu/LanguageLocalTasksTest.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\language\Tests\Menu\LanguageLocalTasks.
+ * Contains \Drupal\language\Tests\Menu\LanguageLocalTasksTest.
  */
 
 namespace Drupal\language\Tests\Menu;
@@ -15,7 +15,7 @@
  * @group Drupal
  * @group language
  */
-class LanguageLocalTasks extends LocalTaskIntegrationTest {
+class LanguageLocalTasksTest extends LocalTaskIntegrationTest {
 
   public static function getInfo() {
     return array(
diff --git a/core/modules/locale/src/Tests/LocaleJavascriptTranslation.php b/core/modules/locale/src/Tests/LocaleJavascriptTranslationTest.php
similarity index 96%
rename from core/modules/locale/src/Tests/LocaleJavascriptTranslation.php
rename to core/modules/locale/src/Tests/LocaleJavascriptTranslationTest.php
index 8356693ae1dca4336180fe606fce0bea3ba5b3df..5a20769304d864f0a11bfbe3ac7b69874e330bf7 100644
--- a/core/modules/locale/src/Tests/LocaleJavascriptTranslation.php
+++ b/core/modules/locale/src/Tests/LocaleJavascriptTranslationTest.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of Drupal\locale\Tests\LocaleJavascriptTranslation.
+ * Contains \Drupal\locale\Tests\LocaleJavascriptTranslationTest.
  */
 
 namespace Drupal\locale\Tests;
@@ -13,7 +13,7 @@
 /**
  * Functional tests for JavaScript parsing for translatable strings.
  */
-class LocaleJavascriptTranslation extends WebTestBase {
+class LocaleJavascriptTranslationTest extends WebTestBase {
 
   /**
    * Modules to enable.
diff --git a/core/modules/migrate_drupal/src/Tests/d6/MigrateCommentVariableEntityDisplay.php b/core/modules/migrate_drupal/src/Tests/d6/MigrateCommentVariableEntityDisplayTest.php
similarity index 90%
rename from core/modules/migrate_drupal/src/Tests/d6/MigrateCommentVariableEntityDisplay.php
rename to core/modules/migrate_drupal/src/Tests/d6/MigrateCommentVariableEntityDisplayTest.php
index 4d9ca8612702c9b1ab43602d6fb3eaede0f36acc..0e1a17138a61dbade987e64798d56b22e91f61e5 100644
--- a/core/modules/migrate_drupal/src/Tests/d6/MigrateCommentVariableEntityDisplay.php
+++ b/core/modules/migrate_drupal/src/Tests/d6/MigrateCommentVariableEntityDisplayTest.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\migrate_drupal\Tests\d6\MigrateCommentVariableEntityDisplay.
+ * Contains \Drupal\migrate_drupal\Tests\d6\MigrateCommentVariableEntityDisplayTest.
  */
 
 namespace Drupal\migrate_drupal\Tests\d6;
@@ -10,7 +10,7 @@
 /**
  * Tests comment variables migrated into an entity display.
  */
-class MigrateCommentVariableEntityDisplay extends MigrateCommentVariableDisplayBase {
+class MigrateCommentVariableEntityDisplayTest extends MigrateCommentVariableDisplayBase {
 
   /**
    * The migration to run.
diff --git a/core/modules/migrate_drupal/src/Tests/d6/MigrateCommentVariableEntityFormDisplay.php b/core/modules/migrate_drupal/src/Tests/d6/MigrateCommentVariableEntityFormDisplayTest.php
similarity index 89%
rename from core/modules/migrate_drupal/src/Tests/d6/MigrateCommentVariableEntityFormDisplay.php
rename to core/modules/migrate_drupal/src/Tests/d6/MigrateCommentVariableEntityFormDisplayTest.php
index c58d55bf895deffd1512735991940adf1a52d463..adefa717b76357bbd3fe0be408b5e27d0e559b6e 100644
--- a/core/modules/migrate_drupal/src/Tests/d6/MigrateCommentVariableEntityFormDisplay.php
+++ b/core/modules/migrate_drupal/src/Tests/d6/MigrateCommentVariableEntityFormDisplayTest.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\migrate_drupal\Tests\d6\MigrateCommentVariableEntityFormDisplay.
+ * Contains \Drupal\migrate_drupal\Tests\d6\MigrateCommentVariableEntityFormDisplayTest.
  */
 
 namespace Drupal\migrate_drupal\Tests\d6;
@@ -10,7 +10,7 @@
 /**
  * Tests comment variables migrated into an entity display.
  */
-class MigrateCommentVariableEntityFormDisplay extends MigrateCommentVariableDisplayBase {
+class MigrateCommentVariableEntityFormDisplayTest extends MigrateCommentVariableDisplayBase {
 
   /**
    * The migration to run.
diff --git a/core/modules/migrate_drupal/src/Tests/d6/MigrateCommentVariableField.php b/core/modules/migrate_drupal/src/Tests/d6/MigrateCommentVariableFieldTest.php
similarity index 94%
rename from core/modules/migrate_drupal/src/Tests/d6/MigrateCommentVariableField.php
rename to core/modules/migrate_drupal/src/Tests/d6/MigrateCommentVariableFieldTest.php
index c5c88c47bacb4d377ec0d2d3866063c186804909..0bc53090e86d84f3de0ccc7a959b2958abffe5a0 100644
--- a/core/modules/migrate_drupal/src/Tests/d6/MigrateCommentVariableField.php
+++ b/core/modules/migrate_drupal/src/Tests/d6/MigrateCommentVariableFieldTest.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\migrate_drupal\Tests\d6\MigrateCommentVariableField.
+ * Contains \Drupal\migrate_drupal\Tests\d6\MigrateCommentVariableFieldTest.
  */
 
 namespace Drupal\migrate_drupal\Tests\d6;
@@ -13,7 +13,7 @@
 /**
  * Tests comment variables migrated into a field entity.
  */
-class MigrateCommentVariableField extends MigrateDrupalTestBase {
+class MigrateCommentVariableFieldTest extends MigrateDrupalTestBase {
 
   static $modules = array('comment', 'node');
 
diff --git a/core/modules/migrate_drupal/src/Tests/d6/MigrateCommentVariableInstance.php b/core/modules/migrate_drupal/src/Tests/d6/MigrateCommentVariableInstanceTest.php
similarity index 96%
rename from core/modules/migrate_drupal/src/Tests/d6/MigrateCommentVariableInstance.php
rename to core/modules/migrate_drupal/src/Tests/d6/MigrateCommentVariableInstanceTest.php
index 60e9b574af424d07cb6766dcdd4b7054a1f6fe5b..f35fc45b89e181d2fe9e9ff9c0f615a251fd4bc5 100644
--- a/core/modules/migrate_drupal/src/Tests/d6/MigrateCommentVariableInstance.php
+++ b/core/modules/migrate_drupal/src/Tests/d6/MigrateCommentVariableInstanceTest.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\migrate_drupal\Tests\d6\MigrateCommentVariableInstance.
+ * Contains \Drupal\migrate_drupal\Tests\d6\MigrateCommentVariableInstanceTest.
  */
 
 namespace Drupal\migrate_drupal\Tests\d6;
@@ -13,7 +13,7 @@
 /**
  * Tests comment variables migrated into a field instance.
  */
-class MigrateCommentVariableInstance extends MigrateDrupalTestBase {
+class MigrateCommentVariableInstanceTest extends MigrateDrupalTestBase {
 
   static $modules = array('comment', 'node');
 
diff --git a/core/modules/migrate_drupal/src/Tests/d6/MigrateDrupal6Test.php b/core/modules/migrate_drupal/src/Tests/d6/MigrateDrupal6Test.php
index ff4116098a98979ff48220b63629ffcdadbcd18a..d8f38a2b374d822748333d55386cbfafc746a77e 100644
--- a/core/modules/migrate_drupal/src/Tests/d6/MigrateDrupal6Test.php
+++ b/core/modules/migrate_drupal/src/Tests/d6/MigrateDrupal6Test.php
@@ -230,10 +230,10 @@ protected function getTestClassesList() {
       __NAMESPACE__ . '\MigrateCckFieldRevisionTest',
       __NAMESPACE__ . '\MigrateCommentTypeTest',
       __NAMESPACE__ . '\MigrateCommentTest',
-      __NAMESPACE__ . '\MigrateCommentVariableEntityDisplay',
-      __NAMESPACE__ . '\MigrateCommentVariableEntityFormDisplay',
-      __NAMESPACE__ . '\MigrateCommentVariableField',
-      __NAMESPACE__ . '\MigrateCommentVariableInstance',
+      __NAMESPACE__ . '\MigrateCommentVariableEntityDisplayTest',
+      __NAMESPACE__ . '\MigrateCommentVariableEntityFormDisplayTest',
+      __NAMESPACE__ . '\MigrateCommentVariableFieldTest',
+      __NAMESPACE__ . '\MigrateCommentVariableInstanceTest',
       __NAMESPACE__ . '\MigrateContactCategoryTest',
       __NAMESPACE__ . '\MigrateContactConfigsTest',
       __NAMESPACE__ . '\MigrateBlockContentTest',
diff --git a/core/modules/node/src/Tests/NodeFieldMultilingualTestCase.php b/core/modules/node/src/Tests/NodeFieldMultilingualTest.php
similarity index 97%
rename from core/modules/node/src/Tests/NodeFieldMultilingualTestCase.php
rename to core/modules/node/src/Tests/NodeFieldMultilingualTest.php
index 319fdb40b37a870868558047a7bb8ec1623200f6..5139bb5bc14fd225b5451e2141602d144b127ef1 100644
--- a/core/modules/node/src/Tests/NodeFieldMultilingualTestCase.php
+++ b/core/modules/node/src/Tests/NodeFieldMultilingualTest.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of Drupal\node\Tests\NodeFieldMultilingualTestCase.
+ * Contains \Drupal\node\Tests\NodeFieldMultilingualTest.
  */
 
 namespace Drupal\node\Tests;
@@ -16,7 +16,7 @@
 /**
  * Functional test for multilingual fields.
  */
-class NodeFieldMultilingualTestCase extends WebTestBase {
+class NodeFieldMultilingualTest extends WebTestBase {
 
   /**
    * Modules to enable.
diff --git a/core/modules/node/src/Tests/NodeRevisionsAllTestCase.php b/core/modules/node/src/Tests/NodeRevisionsAllTest.php
similarity index 97%
rename from core/modules/node/src/Tests/NodeRevisionsAllTestCase.php
rename to core/modules/node/src/Tests/NodeRevisionsAllTest.php
index f82cd7d4d33724ccc16c303ed87d7cb6c977fdee..df2556a87832e0e173cfc28a39b98565c5bbe3c4 100644
--- a/core/modules/node/src/Tests/NodeRevisionsAllTestCase.php
+++ b/core/modules/node/src/Tests/NodeRevisionsAllTest.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of Drupal\node\Tests\NodeRevisionsAllTestCase.
+ * Contains \Drupal\node\Tests\NodeRevisionsAllTest.
  */
 
 namespace Drupal\node\Tests;
@@ -10,7 +10,7 @@
 /**
  * Tests actions against revisions for user with access to all revisions.
  */
-class NodeRevisionsAllTestCase extends NodeTestBase {
+class NodeRevisionsAllTest extends NodeTestBase {
   protected $nodes;
   protected $revisionLogs;
   protected $profile = "standard";
diff --git a/core/modules/node/src/Tests/Views/RevisionRelationships.php b/core/modules/node/src/Tests/Views/RevisionRelationshipsTest.php
similarity index 95%
rename from core/modules/node/src/Tests/Views/RevisionRelationships.php
rename to core/modules/node/src/Tests/Views/RevisionRelationshipsTest.php
index 4968048b6f6f3232781de54ed253a3ccd35c20a8..891a92c40849f991f5c1023d99693b453c2a9cdd 100644
--- a/core/modules/node/src/Tests/Views/RevisionRelationships.php
+++ b/core/modules/node/src/Tests/Views/RevisionRelationshipsTest.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\node\Tests\Views\RevisionRelationships.
+ * Contains \Drupal\node\Tests\Views\RevisionRelationshipsTest.
  */
 namespace Drupal\node\Tests\Views;
 
@@ -13,7 +13,7 @@
 /**
  * Tests basic node_revision table integration into views.
  */
-class RevisionRelationships extends ViewTestBase {
+class RevisionRelationshipsTest extends ViewTestBase {
 
   /**
    * Modules to enable.
diff --git a/core/modules/system/src/Tests/Theme/ThemeTestPhpTemplate.php b/core/modules/system/src/Tests/Theme/EnginePhpTemplateTest.php
similarity index 89%
rename from core/modules/system/src/Tests/Theme/ThemeTestPhpTemplate.php
rename to core/modules/system/src/Tests/Theme/EnginePhpTemplateTest.php
index 35680fae0a508d6e2fb962e3a050f413c777b25e..b48061caebae014338d8221251134c297573b4a6 100644
--- a/core/modules/system/src/Tests/Theme/ThemeTestPhpTemplate.php
+++ b/core/modules/system/src/Tests/Theme/EnginePhpTemplateTest.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\system\Tests\Theme\ThemeTestPhpTemplate.
+ * Contains \Drupal\system\Tests\Theme\EnginePhpTemplateTest.
  */
 
 namespace Drupal\system\Tests\Theme;
@@ -12,7 +12,7 @@
 /**
  * Tests theme functions and templates with the PHPTemplate engine.
  */
-class ThemeTestPhpTemplate extends WebTestBase {
+class EnginePhpTemplateTest extends WebTestBase {
 
   /**
    * Modules to enable.
diff --git a/core/modules/system/src/Tests/Theme/ThemeTestTwig.php b/core/modules/system/src/Tests/Theme/EngineTwigTest.php
similarity index 90%
rename from core/modules/system/src/Tests/Theme/ThemeTestTwig.php
rename to core/modules/system/src/Tests/Theme/EngineTwigTest.php
index 2dce51fea564661b509f16143dc4a576a55f5a0f..ea2a4b24db4b1440b114d4eda323bed4efff2b56 100644
--- a/core/modules/system/src/Tests/Theme/ThemeTestTwig.php
+++ b/core/modules/system/src/Tests/Theme/EngineTwigTest.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\system\Tests\Theme\ThemeTestTwig.
+ * Contains \Drupal\system\Tests\Theme\EngineTwigTest.
  */
 
 namespace Drupal\system\Tests\Theme;
@@ -12,7 +12,7 @@
 /**
  * Tests theme functions with the Twig engine.
  */
-class ThemeTestTwig extends WebTestBase {
+class EngineTwigTest extends WebTestBase {
 
   /**
    * Modules to enable.
diff --git a/core/modules/system/src/Tests/Update/InvalidUpdateHook.php b/core/modules/system/src/Tests/Update/InvalidUpdateHookTest.php
similarity index 93%
rename from core/modules/system/src/Tests/Update/InvalidUpdateHook.php
rename to core/modules/system/src/Tests/Update/InvalidUpdateHookTest.php
index 460d03fbdad7af800b7343067c88fb72718cdd8e..3beec5f7d64be02f2203466bfc60d602e64978b7 100644
--- a/core/modules/system/src/Tests/Update/InvalidUpdateHook.php
+++ b/core/modules/system/src/Tests/Update/InvalidUpdateHookTest.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of Drupal\system\Tests\Update\InvalidUpdateHook.
+ * Contains \Drupal\system\Tests\Update\InvalidUpdateHookTest.
  */
 
 namespace Drupal\system\Tests\Update;
@@ -13,7 +13,7 @@
 /**
  * Tests for missing update dependencies.
  */
-class InvalidUpdateHook extends WebTestBase {
+class InvalidUpdateHookTest extends WebTestBase {
 
   /**
    * Modules to enable.
diff --git a/core/modules/system/src/Tests/Update/UpdatesWith7x.php b/core/modules/system/src/Tests/Update/UpdatesWith7xTest.php
similarity index 94%
rename from core/modules/system/src/Tests/Update/UpdatesWith7x.php
rename to core/modules/system/src/Tests/Update/UpdatesWith7xTest.php
index 4d85f9dc890dba98c65c05ab6bef1ae637f6f4a6..537fd738c2ba3793d4884bbf9b0b2eada958be72 100644
--- a/core/modules/system/src/Tests/Update/UpdatesWith7x.php
+++ b/core/modules/system/src/Tests/Update/UpdatesWith7xTest.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of Drupal\system\Tests\Update\UpdatesWith7x.
+ * Contains \Drupal\system\Tests\Update\UpdatesWith7xTest.
  */
 
 namespace Drupal\system\Tests\Update;
@@ -12,7 +12,7 @@
 /**
  * Tests for missing update dependencies.
  */
-class UpdatesWith7x extends WebTestBase {
+class UpdatesWith7xTest extends WebTestBase {
 
   /**
    * Modules to enable.
diff --git a/core/modules/taxonomy/src/Tests/Views/RelationshipRepresentativeNode.php b/core/modules/taxonomy/src/Tests/Views/RelationshipRepresentativeNodeTest.php
similarity index 93%
rename from core/modules/taxonomy/src/Tests/Views/RelationshipRepresentativeNode.php
rename to core/modules/taxonomy/src/Tests/Views/RelationshipRepresentativeNodeTest.php
index 1d754f0657f27f5026298adb3e0a7865256004ce..493e25b03a18b73ac4b2d3eb8a7d587afed44865 100644
--- a/core/modules/taxonomy/src/Tests/Views/RelationshipRepresentativeNode.php
+++ b/core/modules/taxonomy/src/Tests/Views/RelationshipRepresentativeNodeTest.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\taxonomy\Tests\Views\RelationshipRepresentativeNode.
+ * Contains \Drupal\taxonomy\Tests\Views\RelationshipRepresentativeNodeTest.
  */
 
 namespace Drupal\taxonomy\Tests\Views;
@@ -12,7 +12,7 @@
 /**
  * Tests the representative node relationship for terms.
  */
-class RelationshipRepresentativeNode extends TaxonomyTestBase {
+class RelationshipRepresentativeNodeTest extends TaxonomyTestBase {
 
   /**
    * Views used by this test.
diff --git a/core/modules/user/src/Tests/UserBlocksTests.php b/core/modules/user/src/Tests/UserBlocksTest.php
similarity index 97%
rename from core/modules/user/src/Tests/UserBlocksTests.php
rename to core/modules/user/src/Tests/UserBlocksTest.php
index 50127b46cdf08824b727683c8ca02ca2c52d7d0f..42bf4073436bb1bd7dba6ecaf0c78eddc1a3b8fa 100644
--- a/core/modules/user/src/Tests/UserBlocksTests.php
+++ b/core/modules/user/src/Tests/UserBlocksTest.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of Drupal\user\Tests\UserBlocksTests.
+ * Contains \Drupal\user\Tests\UserBlocksTest.
  */
 
 namespace Drupal\user\Tests;
@@ -12,7 +12,7 @@
 /**
  * Test user blocks.
  */
-class UserBlocksTests extends WebTestBase {
+class UserBlocksTest extends WebTestBase {
 
   /**
    * Modules to enable.
diff --git a/core/modules/user/src/Tests/Views/RelationshipRepresentativeNode.php b/core/modules/user/src/Tests/Views/RelationshipRepresentativeNodeTest.php
similarity index 93%
rename from core/modules/user/src/Tests/Views/RelationshipRepresentativeNode.php
rename to core/modules/user/src/Tests/Views/RelationshipRepresentativeNodeTest.php
index 886c1ff493f498f7a6cdfb663ab5a2b6d929e60d..abec48851fb7b119bf030232129e1291e66c0629 100644
--- a/core/modules/user/src/Tests/Views/RelationshipRepresentativeNode.php
+++ b/core/modules/user/src/Tests/Views/RelationshipRepresentativeNodeTest.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\user\Tests\Views\RelationshipRepresentativeNode.
+ * Contains \Drupal\user\Tests\Views\RelationshipRepresentativeNodeTest.
  */
 
 namespace Drupal\user\Tests\Views;
@@ -12,7 +12,7 @@
 /**
  * Tests the representative node relationship for users.
  */
-class RelationshipRepresentativeNode extends UserTestBase {
+class RelationshipRepresentativeNodeTest extends UserTestBase {
 
   /**
    * Views used by this test.
diff --git a/core/modules/views_ui/src/Tests/DisplayTestCRUD.php b/core/modules/views_ui/src/Tests/DisplayCRUDTest.php
similarity index 98%
rename from core/modules/views_ui/src/Tests/DisplayTestCRUD.php
rename to core/modules/views_ui/src/Tests/DisplayCRUDTest.php
index f8fb839a6e613a2b4fefb75896f693456dedabbd..1f72c815caf2d01aa678e94ddfa85b9669034fd7 100644
--- a/core/modules/views_ui/src/Tests/DisplayTestCRUD.php
+++ b/core/modules/views_ui/src/Tests/DisplayCRUDTest.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\views_ui\Tests\DisplayTestCRUD.
+ * Contains \Drupal\views_ui\Tests\DisplayCRUDTest.
  */
 
 namespace Drupal\views_ui\Tests;
@@ -12,7 +12,7 @@
 /**
  * Tests the handling of displays in the UI, adding removing etc.
  */
-class DisplayTestCRUD extends UITestBase {
+class DisplayCRUDTest extends UITestBase {
 
   /**
    * Views used by this test.
diff --git a/core/modules/views_ui/src/Tests/DisplayPath.php b/core/modules/views_ui/src/Tests/DisplayPathTest.php
similarity index 97%
rename from core/modules/views_ui/src/Tests/DisplayPath.php
rename to core/modules/views_ui/src/Tests/DisplayPathTest.php
index 8eb3e6da2acf6438881c9f06b4bbd945717ff6d2..55f2a97b75ee58bae474291caffbbcf76b7c873f 100644
--- a/core/modules/views_ui/src/Tests/DisplayPath.php
+++ b/core/modules/views_ui/src/Tests/DisplayPathTest.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\views_ui\Tests\DisplayPath
+ * Contains \Drupal\views_ui\Tests\DisplayPathTest.
  */
 
 namespace Drupal\views_ui\Tests;
@@ -12,7 +12,7 @@
  *
  * @see \Drupal\views\Plugin\views\display\PathPluginBase
  */
-class DisplayPath extends UITestBase {
+class DisplayPathTest extends UITestBase {
 
   /**
    * Views used by this test.