Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / comment / tests / src / Functional / CommentTypeTest.php
similarity index 99%
rename from web/core/modules/comment/src/Tests/CommentTypeTest.php
rename to web/core/modules/comment/tests/src/Functional/CommentTypeTest.php
index 343bb9148c08bd2ecaceb74c7894ebbdaa451b76..291f9dc3e11f694771b0e3005c47d2ebd81c6691 100644 (file)
@@ -1,6 +1,7 @@
 <?php
 
-namespace Drupal\comment\Tests;
+namespace Drupal\Tests\comment\Functional;
+
 use Drupal\comment\Entity\Comment;
 use Drupal\comment\Entity\CommentType;
 use Drupal\comment\Plugin\Field\FieldType\CommentItemInterface;