function CommentRowTest::testCommentRow

Same name in other branches
  1. 9 core/modules/comment/tests/src/Functional/Views/CommentRowTest.php \Drupal\Tests\comment\Functional\Views\CommentRowTest::testCommentRow()
  2. 10 core/modules/comment/tests/src/Functional/Views/CommentRowTest.php \Drupal\Tests\comment\Functional\Views\CommentRowTest::testCommentRow()
  3. 11.x core/modules/comment/tests/src/Functional/Views/CommentRowTest.php \Drupal\Tests\comment\Functional\Views\CommentRowTest::testCommentRow()

Test comment row.

File

core/modules/comment/tests/src/Functional/Views/CommentRowTest.php, line 27

Class

CommentRowTest
Tests the comment row plugin.

Namespace

Drupal\Tests\comment\Functional\Views

Code

public function testCommentRow() {
    $this->drupalGet('test-comment-row');
    $result = $this->xpath('//article[contains(@class, "comment")]');
    $this->assertCount(1, $result, 'One rendered comment found.');
}

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