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