Issue #2476745 by joshi.rohit100, znerol, andile2012, webchick, Daniel Kanchev: Fix case of SuperNovaGenerator in HelpEmptyPageTest
parent
3542d9a526
commit
a66bc57cd6
|
@ -9,7 +9,7 @@ namespace Drupal\help\Tests;
|
||||||
|
|
||||||
use Drupal\Core\DependencyInjection\ContainerBuilder;
|
use Drupal\Core\DependencyInjection\ContainerBuilder;
|
||||||
use Drupal\Core\Routing\RouteMatch;
|
use Drupal\Core\Routing\RouteMatch;
|
||||||
use Drupal\help_test\SuperNovaGenerator;
|
use Drupal\help_test\SupernovaGenerator;
|
||||||
use Drupal\simpletest\KernelTestBase;
|
use Drupal\simpletest\KernelTestBase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* Contains \Drupal\help_test\SuperNovaGenerator.
|
* Contains \Drupal\help_test\SupernovaGenerator.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Drupal\help_test;
|
namespace Drupal\help_test;
|
||||||
|
@ -13,7 +13,7 @@ use Symfony\Component\Routing\RequestContext;
|
||||||
/**
|
/**
|
||||||
* Implements a URL generator which always thrown an exception.
|
* Implements a URL generator which always thrown an exception.
|
||||||
*/
|
*/
|
||||||
class SuperNovaGenerator implements UrlGeneratorInterface {
|
class SupernovaGenerator implements UrlGeneratorInterface {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
Loading…
Reference in New Issue