Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
289e12fb
Commit
289e12fb
authored
Jan 15, 2013
by
catch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#1874470
by kim.pepper: Having two RouterTest classes in the same module is confusing.
parent
7be75b46
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php
...es/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php
+2
-2
No files found.
core/modules/system/lib/Drupal/system/Tests/Menu/RouterTest.php
→
core/modules/system/lib/Drupal/system/Tests/Menu/
Menu
RouterTest.php
View file @
289e12fb
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Definition of Drupal\system\Tests\Menu\RouterTest.
* Definition of Drupal\system\Tests\Menu\
Menu
RouterTest.
*/
namespace
Drupal\system\Tests\Menu
;
...
...
@@ -13,7 +13,7 @@
/**
* Tests menu router and hook_menu() functionality.
*/
class
RouterTest
extends
WebTestBase
{
class
Menu
RouterTest
extends
WebTestBase
{
/**
* Modules to enable.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment