Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / comment / tests / src / Functional / CommentCSSTest.php
similarity index 97%
rename from web/core/modules/comment/src/Tests/CommentCSSTest.php
rename to web/core/modules/comment/tests/src/Functional/CommentCSSTest.php
index b50e9527a012cef54bd654726895cbf1844af977..e17534a721cea6d8cb4ef254b08405b0c5a5e9fb 100644 (file)
@@ -1,11 +1,12 @@
 <?php
 
-namespace Drupal\comment\Tests;
+namespace Drupal\Tests\comment\Functional;
 
 use Drupal\Core\Language\LanguageInterface;
 use Drupal\comment\CommentInterface;
 use Drupal\user\RoleInterface;
 use Drupal\comment\Entity\Comment;
+use Drupal\Tests\Traits\Core\GeneratePermutationsTrait;
 
 /**
  * Tests CSS classes on comments.
@@ -14,6 +15,8 @@ use Drupal\comment\Entity\Comment;
  */
 class CommentCSSTest extends CommentTestBase {
 
+  use GeneratePermutationsTrait;
+
   protected function setUp() {
     parent::setUp();