Issue #2494767 by plach: Rename MenuLinkContentUITest to MenuLinkContentTranslationUITest

8.0.x
Alex Pott 2015-05-26 12:27:55 +01:00
parent 34d3c8c70f
commit d75dc2601e
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
<?php
/**
* @file
* Contains \Drupal\menu_link_content\Tests\MenuLinkContentUITest.
* Contains \Drupal\menu_link_content\Tests\MenuLinkContentFormTest.
*/
namespace Drupal\menu_link_content\Tests;

View File

@ -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\content_translation\Tests\ContentTranslationUITestBase;
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.