function CommentRowTest::testCommentRow
Tests 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\ViewsCode
public function testCommentRow() {
  $this->drupalGet('test-comment-row');
  $this->assertSession()
    ->elementsCount('xpath', '//article[contains(@class, "comment")]', 1);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.