Issue #2476745 by joshi.rohit100, znerol, andile2012, webchick, Daniel Kanchev: Fix case of SuperNovaGenerator in HelpEmptyPageTest

8.0.x
xjm 2015-05-18 22:53:18 -05:00
parent 3542d9a526
commit a66bc57cd6
2 changed files with 3 additions and 3 deletions

View File

@ -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;
/** /**

View File

@ -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}