From a66bc57cd696f67bf48ac363e6e798e5c12b74ef Mon Sep 17 00:00:00 2001
From: xjm <xjm@65776.no-reply.drupal.org>
Date: Mon, 18 May 2015 22:53:18 -0500
Subject: [PATCH] Issue #2476745 by joshi.rohit100, znerol, andile2012,
 webchick, Daniel Kanchev: Fix case of SuperNovaGenerator in HelpEmptyPageTest

---
 core/modules/help/src/Tests/HelpEmptyPageTest.php             | 2 +-
 .../src/{SuperNovaGenerator.php => SupernovaGenerator.php}    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename core/modules/help/tests/modules/help_test/src/{SuperNovaGenerator.php => SupernovaGenerator.php} (92%)

diff --git a/core/modules/help/src/Tests/HelpEmptyPageTest.php b/core/modules/help/src/Tests/HelpEmptyPageTest.php
index 6a4404ea7f95..5fd133961a68 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%
rename from core/modules/help/tests/modules/help_test/src/SuperNovaGenerator.php
rename to core/modules/help/tests/modules/help_test/src/SupernovaGenerator.php
index 2103efc232f3..3b6adec2346a 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}
-- 
GitLab