Skip to content
Snippets Groups Projects
Commit 9b8c3855 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2310353 by cilefen | YesCT: Move LinksTest to menu_link_content module.

parent 267202b2
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment