Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / comment / tests / src / Functional / CommentBookTest.php
similarity index 92%
rename from web/core/modules/comment/src/Tests/CommentBookTest.php
rename to web/core/modules/comment/tests/src/Functional/CommentBookTest.php
index 4afd07ed83c1a84d0dd2b150e1d6e9ac0c15fd77..45693b57fbd0ff586aad446346a97c2bad36c0df 100644 (file)
@@ -1,10 +1,11 @@
 <?php
 
-namespace Drupal\comment\Tests;
+namespace Drupal\Tests\comment\Functional;
 
 use Drupal\comment\CommentInterface;
+use Drupal\comment\Tests\CommentTestTrait;
 use Drupal\node\Entity\Node;
-use Drupal\simpletest\WebTestBase;
+use Drupal\Tests\BrowserTestBase;
 use Drupal\comment\Entity\Comment;
 
 /**
@@ -12,7 +13,7 @@ use Drupal\comment\Entity\Comment;
  *
  * @group comment
  */
-class CommentBookTest extends WebTestBase {
+class CommentBookTest extends BrowserTestBase {
 
   use CommentTestTrait;