X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Fcomment%2Fsrc%2FTests%2FViews%2FCommentRowTest.php;fp=web%2Fcore%2Fmodules%2Fcomment%2Fsrc%2FTests%2FViews%2FCommentRowTest.php;h=d73811e51e0909fff058e57f12d314488da925bb;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hp=0000000000000000000000000000000000000000;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website diff --git a/web/core/modules/comment/src/Tests/Views/CommentRowTest.php b/web/core/modules/comment/src/Tests/Views/CommentRowTest.php new file mode 100644 index 000000000..d73811e51 --- /dev/null +++ b/web/core/modules/comment/src/Tests/Views/CommentRowTest.php @@ -0,0 +1,29 @@ +drupalGet('test-comment-row'); + + $result = $this->xpath('//article[contains(@class, "comment")]'); + $this->assertEqual(1, count($result), 'One rendered comment found.'); + } + +}