diff --git a/core/modules/comment/src/Tests/Views/CommentAdminTest.php b/core/modules/comment/src/Tests/Views/CommentAdminTest.php index 6025117..78fd1e4 100644 --- a/core/modules/comment/src/Tests/Views/CommentAdminTest.php +++ b/core/modules/comment/src/Tests/Views/CommentAdminTest.php @@ -8,7 +8,7 @@ namespace Drupal\comment\Tests\Views; use Drupal\Component\Utility\SafeMarkup; -use Drupal\comment\Tests\CommentTestBase; +use Drupal\comment\Tests\CommentTestBase as CommentWebTestBase; use Drupal\user\RoleInterface; use Drupal\views\Views; @@ -17,7 +17,7 @@ * * @group comment */ -class CommentAdminTest extends CommentTestBase { +class CommentAdminTest extends CommentWebTestBase { /** * Test comment approval functionality through admin/content/comment.