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

Issue #2494767 by plach: Rename MenuLinkContentUITest to MenuLinkContentTranslationUITest

parent 34d3c8c7
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
<?php
/**
* @file
* Contains \Drupal\menu_link_content\Tests\MenuLinkContentUITest.
* Contains \Drupal\menu_link_content\Tests\MenuLinkContentFormTest.
*/
namespace Drupal\menu_link_content\Tests;
......
......@@ -2,7 +2,7 @@
/**
* @file
* Contains \Drupal\menu_link_content\Tests\MenuLinkContentUITest.
* Contains \Drupal\menu_link_content\Tests\MenuLinkContentTranslationUITest.
*/
namespace Drupal\menu_link_content\Tests;
......@@ -11,11 +11,11 @@
use Drupal\menu_link_content\Entity\MenuLinkContent;
/**
* Tests the menu link content UI.
* Tests the menu link content translation UI.
*
* @group Menu
*/
class MenuLinkContentUITest extends ContentTranslationUITestBase {
class MenuLinkContentTranslationUITest extends ContentTranslationUITestBase {
/**
* Modules to enable.
......
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