public static function RdfCommentAttributesTestCase::getInfo

File

drupal/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',
  );
}