Skip to content
Snippets Groups Projects
Commit a66bc57c authored by Jess's avatar Jess
Browse files

Issue #2476745 by joshi.rohit100, znerol, andile2012, webchick, Daniel...

Issue #2476745 by joshi.rohit100, znerol, andile2012, webchick, Daniel Kanchev: Fix case of SuperNovaGenerator in HelpEmptyPageTest
parent 3542d9a5
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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;
/**
......
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment