}
/**
- * Tests the presence of the RDFa markup for the title, date and author and
- * homepage on registered users and anonymous comments.
+ * Tests if RDFa markup for meta information is present in comments.
+ *
+ * Tests presence of RDFa markup for the title, date and author and homepage
+ * on comments from registered and anonymous users.
*/
public function testCommentRdfaMarkup() {
}
/**
- * Create a content type and a node of type test_bundle_hook_install and test
- * whether the RDF mapping defined in rdf_test.install is used.
+ * Tests if RDF mapping defined in rdf_test.install is used.
+ *
+ * Creates a content type and a node of type test_bundle_hook_install and
+ * tests whether the RDF mapping defined in rdf_test.install is used.
*/
function testAttributesInMarkup2() {
$type = $this->drupalCreateContentType(array('type' => 'test_bundle_hook_install'));
}
/**
- * Create a random content type and node and ensure the default mapping for
- * node is used.
+ * Tests if the default mapping for a node is being used.
+ *
+ * Creates a random content type and node and ensures the default mapping for
+ * the node is being used.
*/
function testAttributesInMarkup3() {
$type = $this->drupalCreateContentType();
}
/**
- * Create a random user and ensure the default mapping for user is used.
+ * Tests if default mapping for user is being used.
+ *
+ * Creates a random user and ensures the default mapping for the user is
+ * being used.
*/
function testUserAttributesInMarkup() {
// Create two users, one with access to user profiles.
}
/**
- * Create nodes as both admin and anonymous user and test for correct RDFa
+ * Tests for correct attributes on tracker page.
+ *
+ * Creates nodes as both admin and anonymous user and tests for correct RDFa
* markup on the tracker page for those nodes and their comments.
*/
function testAttributesInTracker() {