function CommentStatisticsTest::setUp

Overrides CommentTestBase::setUp

File

core/modules/comment/tests/src/Functional/CommentStatisticsTest.php, line 31

Class

CommentStatisticsTest
Tests comment statistics on nodes.

Namespace

Drupal\Tests\comment\Functional

Code

protected function setUp() : void {
  parent::setUp();
  // Create a second user to post comments.
  $this->webUser2 = $this->drupalCreateUser([
    'post comments',
    'create article content',
    'edit own comments',
    'post comments',
    'skip comment approval',
    'access comments',
    'access content',
  ]);
}

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