diff --git a/core/modules/help/src/Tests/HelpEmptyPageTest.php b/core/modules/help/src/Tests/HelpEmptyPageTest.php index 6a4404ea7f9512af8e62570ef75a72566d4218a5..5fd133961a6839c8fe0b5d207b978690a536896b 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 2103efc232f33e9524df42009ef3f9a14581e584..3b6adec2346afe8ad0bf32f31408a39c2afd539b 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}