X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Fcomment%2Ftests%2Fsrc%2FFunctional%2FViews%2FCommentRowTest.php;fp=web%2Fcore%2Fmodules%2Fcomment%2Ftests%2Fsrc%2FFunctional%2FViews%2FCommentRowTest.php;h=7cf3ef3b241661a7d66bd8197049dfcb839db2bd;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=0000000000000000000000000000000000000000;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/web/core/modules/comment/tests/src/Functional/Views/CommentRowTest.php b/web/core/modules/comment/tests/src/Functional/Views/CommentRowTest.php new file mode 100644 index 000000000..7cf3ef3b2 --- /dev/null +++ b/web/core/modules/comment/tests/src/Functional/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.'); + } + +}