Problem/Motivation

@todo from #2301317: MenuLinkNG part4: Conversion
@todo Move this under menu_link_content module.

Proposed resolution

Move LinksTest to menu_link_content module

Remaining tasks

User interface changes

No.

API changes

No.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

cilefen’s picture

Status: Active » Needs review
FileSize
954 bytes
dawehner’s picture

Thank you for the patch.

  1. +++ b/core/modules/menu_link_content/src/Tests/LinksTest.php
    @@ -2,10 +2,10 @@
    - * Definition of Drupal\system\Tests\Menu\LinksTest.
    + * Definition of Drupal\menu_link_content\Tests\LinksTest.
    

    We could fix it and use "Contains \..." directly.

  2. +++ b/core/modules/menu_link_content/src/Tests/LinksTest.php
    @@ -15,9 +15,6 @@
    - *
    - * @todo Move this under menu_link_content module.
    - *   https://www.drupal.org/node/2310353
      */
    

    yeah, one less todo!

cilefen’s picture

dawehner’s picture

Status: Needs review » Reviewed & tested by the community

Cool

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed 9b8c385 and pushed to 8.x. Thanks!

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed 9b8c385 and pushed to 8.x. Thanks!

  • alexpott committed 9b8c385 on 8.0.x
    Issue #2310353 by cilefen | YesCT: Move LinksTest to menu_link_content...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.