CommentApproveLinkTest::$modules

Same name in other branches
  1. 10 core/modules/comment/tests/src/Functional/Views/CommentApproveLinkTest.php \Drupal\Tests\comment\Functional\Views\CommentApproveLinkTest::modules
  2. 11.x core/modules/comment/tests/src/Functional/Views/CommentApproveLinkTest.php \Drupal\Tests\comment\Functional\Views\CommentApproveLinkTest::modules

Type: modules

Overrides CommentTestBase::$modules

File

core/modules/comment/tests/src/Functional/Views/CommentApproveLinkTest.php, line 15

Class

CommentApproveLinkTest
Test the "approve_comment" views field for approving comments.

Namespace

Drupal\Tests\comment\Functional\Views

Code

protected static $modules = [
    'comment',
    'comment_test_views',
    'system',
    'views',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.