Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
9b8c3855
Commit
9b8c3855
authored
Jul 31, 2014
by
alexpott
Browse files
Issue
#2310353
by cilefen | YesCT: Move LinksTest to menu_link_content module.
parent
267202b2
Changes
1
Show whitespace changes
Inline
Side-by-side
core/modules/
system
/src/Tests/
Menu/
LinksTest.php
→
core/modules/
menu_link_content
/src/Tests/LinksTest.php
View file @
9b8c3855
...
...
@@ -2,10 +2,10 @@
/**
* @file
*
Definition of Drupal\system
\Tests\
Menu\
LinksTest.
*
Contains \Drupal\menu_link_content
\Tests\LinksTest.
*/
namespace
Drupal\
system
\Tests
\Menu
;
namespace
Drupal\
menu_link_content
\Tests
;
use
Drupal\Component\Utility\String
;
use
Drupal\locale\TranslationString
;
...
...
@@ -15,9 +15,6 @@
* Tests handling of menu links hierarchies.
*
* @group Menu
*
* @todo Move this under menu_link_content module.
* https://www.drupal.org/node/2310353
*/
class
LinksTest
extends
WebTestBase
{
...
...
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