summaryrefslogtreecommitdiff
path: root/modules/comment/comment.test
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment/comment.test')
-rw-r--r--modules/comment/comment.test7
1 files changed, 4 insertions, 3 deletions
diff --git a/modules/comment/comment.test b/modules/comment/comment.test
index 7987db622..bcf3cfe01 100644
--- a/modules/comment/comment.test
+++ b/modules/comment/comment.test
@@ -865,8 +865,10 @@ class CommentRSSUnitTest extends CommentHelperCase {
}
}
-class RdfaCommentTestCase extends CommentHelperCase {
-
+/**
+ * Test RDFa markup for comments.
+ */
+class CommentRdfaTestCase extends CommentHelperCase {
public static function getInfo() {
return array(
'name' => 'RDFa comment markup',
@@ -911,5 +913,4 @@ class RdfaCommentTestCase extends CommentHelperCase {
$comment_author = $this->xpath("//div[@typeof='sioct:Post']//*[contains(@property, 'foaf:name')]");
$this->assertEqual((string)$comment_author[0], $this->web_user->name);
}
-
}