diff --git a/core/modules/help/src/Tests/HelpEmptyPageTest.php b/core/modules/help/src/Tests/HelpEmptyPageTest.php
index 6a4404e..5fd1339 100644
--- a/core/modules/help/src/Tests/HelpEmptyPageTest.php
+++ b/core/modules/help/src/Tests/HelpEmptyPageTest.php
@@ -9,7 +9,7 @@
 
 use Drupal\Core\DependencyInjection\ContainerBuilder;
 use Drupal\Core\Routing\RouteMatch;
-use Drupal\help_test\SuperNovaGenerator;
+use Drupal\help_test\SupernovaGenerator;
 use Drupal\simpletest\KernelTestBase;
 
 /**
diff --git a/core/modules/help/tests/modules/help_test/src/SuperNovaGenerator.php b/core/modules/help/tests/modules/help_test/src/SupernovaGenerator.php
similarity index 92%
index 2103efc..3b6adec 100644
--- a/core/modules/help/tests/modules/help_test/src/SuperNovaGenerator.php
+++ b/core/modules/help/tests/modules/help_test/src/SupernovaGenerator.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\help_test\SuperNovaGenerator.
+ * Contains \Drupal\help_test\SupernovaGenerator.
  */
 
 namespace Drupal\help_test;
@@ -13,7 +13,7 @@
 /**
  * Implements a URL generator which always thrown an exception.
  */
-class SuperNovaGenerator implements UrlGeneratorInterface {
+class SupernovaGenerator implements UrlGeneratorInterface {
 
   /**
    * {@inheritdoc}
