You are here

public static function RdfCommentAttributesTestCase::getInfo in Drupal 7

File

modules/rdf/rdf.test, line 419
Tests for rdf.module.

Class

RdfCommentAttributesTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'RDF comment mapping',
    'description' => 'Tests the RDFa markup of comments.',
    'group' => 'RDF',
  );
}