Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / comment / tests / src / Functional / CommentTranslationUITest.php
similarity index 97%
rename from web/core/modules/comment/src/Tests/CommentTranslationUITest.php
rename to web/core/modules/comment/tests/src/Functional/CommentTranslationUITest.php
index 4613d66ecc707e07a18f1363ea88016d6a1d0db2..daac938fa3badbf1e47bccdd70cafe9043f62858 100644 (file)
@@ -1,10 +1,11 @@
 <?php
 
-namespace Drupal\comment\Tests;
+namespace Drupal\Tests\comment\Functional;
 
 use Drupal\comment\Plugin\Field\FieldType\CommentItemInterface;
-use Drupal\content_translation\Tests\ContentTranslationUITestBase;
+use Drupal\comment\Tests\CommentTestTrait;
 use Drupal\language\Entity\ConfigurableLanguage;
+use Drupal\Tests\content_translation\Functional\ContentTranslationUITestBase;
 
 /**
  * Tests the Comment Translation UI.